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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c21 #define SCRW 640 macro
90 for(j = 0; j < SCRW; j++) {
170 if((screen = SDL_SetVideoMode(SCRW, SCRH, 8, vidflags | SDL_HWPALETTE)) == NULL) {
172 SCRW, SCRH, SDL_GetError());
224 boatx[i] = (rand() % (SCRW + boat[0]->w)) - boat[0]->w;
254 if(boatx[i] <= -boat[0]->w || boatx[i] >= SCRW)
275 if(updates[i].x + updates[i].w > SCRW)
276 updates[i].w = SCRW - updates[i].x;

Completed in 181 milliseconds