Searched refs:SDL_GetRGB (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
D | SDL.x | 152 SDL_GetRGB
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_video.h | 463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_pixels.c | 403 void SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt, Uint8 *r,Uint8 *g,Uint8 *b) in SDL_GetRGB() function
|
D | SDL_surface.c | 877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB); in SDL_ConvertSurface()
|