Searched refs:SDL_BlendPoint_RGB565 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendpoint.c | 56 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565() function 252 return SDL_BlendPoint_RGB565(dst, x, y, blendMode, r, g, b, a); in SDL_BlendPoint() 316 func = SDL_BlendPoint_RGB565; in SDL_BlendPoints()
|
Completed in 3 milliseconds