Home
last modified time | relevance | path

Searched refs:SDL_FindColor (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels_c.h42 extern Uint8 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a);
A DSDL_pixels.c777 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