Home
last modified time | relevance | path

Searched defs:SDL_SetPalette (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-xrick/xrick-libretro-0aad6c6/libretro/include/
H A DSDL.h89 #define SDL_SetPalette(s, f,c,d,n) Retro_SetPalette((s),(f),(c),(d),(n)) macro
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_video_h.ads261 function SDL_SetPalette subprogspec
/dports/devel/fpc-sdl/fpc-3.2.2/packages/sdl/src/
H A Dsdl.pas3167 function SDL_SetPalette(surface: PSDL_Surface; flags: Integer; colors: PSDL_Color; firstcolor: Inte… in SDL_SetPalette() function
/dports/lang/fpc-source/fpc-3.2.2/packages/sdl/src/
H A Dsdl.pas3167 function SDL_SetPalette(surface: PSDL_Surface; flags: Integer; colors: PSDL_Color; firstcolor: Inte… in SDL_SetPalette() function
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_video.c1264 int SDL_SetPalette(SDL_Surface *screen, int which, in SDL_SetPalette() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_video.c1254 int SDL_SetPalette(SDL_Surface *screen, int which, in SDL_SetPalette() function
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A DSDL12_compat.c6138 SDL_SetPalette(SDL12_Surface *surface12, int flags, const SDL_Color *colors, in SDL_SetPalette() function