Searched refs:SDL_GetRGBA (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_compare.c | 79 SDL_GetRGBA(*(Uint32*)p, surface->format, &R, &G, &B, &A); in SDLTest_CompareSurfaces() 80 SDL_GetRGBA(*(Uint32*)p_reference, referenceSurface->format, &Rd, &Gd, &Bd, &Ad); in SDLTest_CompareSurfaces()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawline.c | 71 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine2() 101 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine4()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 103 SDL_GetRGBA(pixel_value,shape->format,&r,&g,&b,&alpha); in SDL_CalculateShapeBitmap() 156 SDL_GetRGBA(pixel_value,mask->format,&r,&g,&b,&a); in RecursivelyCalculateShapeTree()
|
A D | SDL_pixels.c | 904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA() function
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_pixels.h | 460 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 199 SDL_GetRGBA(p, pixelFormat, &r, &g, &b, &a); in Draw()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 289 #define SDL_GetRGBA SDL_GetRGBA_REAL macro
|
A D | SDL_dynapi_procs.h | 320 SDL_DYNAPI_PROC(void,SDL_GetRGBA,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e,…
|
Completed in 15 milliseconds