Home
last modified time | relevance | path

Searched refs:SDL_GetRGB (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x152 SDL_GetRGB
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h506 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew154 Works as SDL_GetRGB() but also returns the alpha value
157 Both SDL_GetRGB() and SDL_GetRGBA() now always return values in
158 the [0..255] interval. Previously, SDL_GetRGB() would return
447 Added SDL_GetRGB() to the headers and documentation.
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_pixels.c403 void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGB() function
DSDL_surface.c877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB); in SDL_ConvertSurface()