Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.c56 static int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
123 device->SetColors = WSCONS_SetColors; in WSCONS_CreateDevice()
572 int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) in WSCONS_SetColors() function