Searched refs:SDL_SetPaletteColors (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_pixels.h | 407 extern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 290 #define SDL_SetPaletteColors SDL_SetPaletteColors_REAL macro
|
D | SDL_dynapi_procs.h | 319 SDL_DYNAPI_PROC(int,SDL_SetPaletteColors,(SDL_Palette *a, const SDL_Color *b, int c, int d),(a,b,c,…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_pixels.c | 676 SDL_SetPaletteColors(SDL_Palette * palette, const SDL_Color * colors, in SDL_SetPaletteColors() function
|