Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c1165 int gotall = 1; in SetPalette_physical() local
1220 gotall = video->SetColors(video, firstcolor, ncolors, colors); in SetPalette_physical()
1221 if ( ! gotall ) { in SetPalette_physical()
1230 return gotall; in SetPalette_physical()
1246 int gotall; in SDL_SetPalette() local
1265 gotall = 1; in SDL_SetPalette()
1269 gotall = 0; in SDL_SetPalette()
1306 gotall = 0; in SDL_SetPalette()
1309 return gotall; in SDL_SetPalette()