Searched refs:boatcols (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c141 int boatcols, frames, i, red; local
183 boatcols = boat[0]->format->palette->ncolors;
199 * index 0..(boatcols-1): used for the boat
200 * index boatcols..(boatcols+63): used for the waves
203 boat[0]->format->palette->colors, 0, boatcols);
204 SDL_SetPalette(screen, SDL_LOGPAL, wavemap, boatcols, 64);
215 bg = make_bg(screen, boatcols); /* make a nice wavy background surface */
290 cmap[boatcols + ((i + frames) & 63)] = wavemap[i];
313 boatcols * sizeo
[all...]

Completed in 57 milliseconds