Searched refs:SDL_SetPaletteColors (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_pixels.h | 418 extern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 284 #define SDL_SetPaletteColors SDL_SetPaletteColors_REAL macro
|
A D | SDL_dynapi_procs.h | 315 SDL_DYNAPI_PROC(int,SDL_SetPaletteColors,(SDL_Palette *a, const SDL_Color *b, int c, int d),(a,b,c,…
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 705 SDL_SetPaletteColors(SDL_Palette * palette, const SDL_Color * colors, in SDL_SetPaletteColors() function
|
Completed in 18 milliseconds