Home
last modified time | relevance | path

Searched refs:DUMMY_SetColors (Results 1 – 7 of 7) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
110 device->SetColors = DUMMY_SetColors; in DUMMY_CreateDevice()
223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) in DUMMY_SetColors() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/dummy/
H A DSDL_nullvideo.c55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
110 device->SetColors = DUMMY_SetColors; in DUMMY_CreateDevice()
223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) in DUMMY_SetColors() function
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.h24 int DUMMY_SetColors(struct disppal_struct *disppal);
H A Dquat.c81 VER_SetColors SetColors = DUMMY_SetColors;
98 int DUMMY_SetColors(struct disppal_struct* d) in DUMMY_SetColors() function
/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.h24 int DUMMY_SetColors(struct disppal_struct *disppal);
H A Dquat.c81 VER_SetColors SetColors = DUMMY_SetColors;
98 int DUMMY_SetColors(struct disppal_struct* d) in DUMMY_SetColors() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SDL1.2.7_CE/
H A DSDL-1.27_CE.diff1499 + device->SetColors = DUMMY_SetColors;