Searched refs:SDL_GetRGB (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_pixels.h | 440 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testgesture.c | 73 SDL_GetRGB(colour,screen->format,&r,&g,&b); in setpix()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 434 SDL_GetRGB(colorkey, src->format, &r, &g, &b); in SDLgfx_rotateSurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 294 #define SDL_GetRGB SDL_GetRGB_REAL macro
|
D | SDL_dynapi_procs.h | 323 SDL_DYNAPI_PROC(void,SDL_GetRGB,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e),…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_pixels.c | 828 SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * format, Uint8 * r, Uint8 * g, in SDL_GetRGB() function
|