Home
last modified time | relevance | path

Searched defs:ImageNewCmap (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A Dimage.c50 Image *ImageNewCmap(int width, int height, int size) in ImageNewCmap() function
/dports/graphics/sdl_image/SDL_image-1.2.12/
H A DIMG_gif.c84 #define ImageNewCmap(w, h, s) SDL_AllocSurface(SDL_SWSURFACE,w,h,8,0,0,0,0) macro
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_gif.c81 #define ImageNewCmap(w, h, s) SDL_CreateRGBSurface(SDL_SWSURFACE,w,h,8,0,0,0,0) macro
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dimage.c105 ImageNewCmap(int width, int height, int size) in ImageNewCmap() function
/dports/games/instead/instead-3.4.1/src/
H A DSDL_gif.c76 #define ImageNewCmap(w, h, s) SDL_CreateRGBSurface(SDL_SWSURFACE,w,h,8,0,0,0,0) macro