Searched refs:SDL_FindColor (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels_c.h | 42 extern Uint8 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a);
|
A D | SDL_pixels.c | 777 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_FindColor() function 861 return SDL_FindColor(format->palette, r, g, b, SDL_ALPHA_OPAQUE); in SDL_MapRGB() 876 return SDL_FindColor(format->palette, r, g, b, a); in SDL_MapRGBA() 956 map[i] = SDL_FindColor(dst, in Map1to1()
|
Completed in 5 milliseconds