Searched refs:SDL_AllocPalette (Results 1 – 6 of 6) sorted by relevance
344 result = SDL_AllocPalette(ncolors); in pixels_allocFreePalette()372 result = SDL_AllocPalette(ncolors); in pixels_allocFreePalette()
389 extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
288 #define SDL_AllocPalette SDL_AllocPalette_REAL macro
317 SDL_DYNAPI_PROC(SDL_Palette*,SDL_AllocPalette,(int a),(a),return)
617 SDL_AllocPalette(int ncolors) in SDL_AllocPalette() function
63 SDL_AllocPalette((1 << surface->format->BitsPerPixel)); in SDL_CreateRGBSurfaceWithFormat()