Home
last modified time | relevance | path

Searched refs:SDL_SetPaletteColors (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h407 extern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h290 #define SDL_SetPaletteColors SDL_SetPaletteColors_REAL macro
DSDL_dynapi_procs.h319 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/
DSDL_pixels.c676 SDL_SetPaletteColors(SDL_Palette * palette, const SDL_Color * colors, in SDL_SetPaletteColors() function