Home
last modified time | relevance | path

Searched refs:SDL_AllocPalette (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_pixels.c344 result = SDL_AllocPalette(ncolors); in pixels_allocFreePalette()
372 result = SDL_AllocPalette(ncolors); in pixels_allocFreePalette()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h389 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h288 #define SDL_AllocPalette SDL_AllocPalette_REAL macro
DSDL_dynapi_procs.h317 SDL_DYNAPI_PROC(SDL_Palette*,SDL_AllocPalette,(int a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c617 SDL_AllocPalette(int ncolors) in SDL_AllocPalette() function
DSDL_surface.c63 SDL_AllocPalette((1 << surface->format->BitsPerPixel)); in SDL_CreateRGBSurfaceWithFormat()