Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
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