Searched defs:SDL_FindColor (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b) function
350 return SDL_FindColor(format->palette, r, g, b);
365 return SDL_FindColor(format->palette, r, g, b);
458 map[i] = SDL_FindColor(dst,

Completed in 18 milliseconds