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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwin.c22 int speedy, int flip, int nofade)
95 if ( speedy ) {
238 int speedy, flip, nofade; local
247 speedy = 0;
270 if ( strcmp(argv[1], "-speedy") == 0 ) {
271 speedy = 1;
368 DrawPict(screen, argv[1], speedy, flip, nofade);
372 DrawPict(screen, argv[1], speedy, flip, nofade);
21 DrawPict(SDL_Surface *screen, char *bmpfile, int speedy, int flip, int nofade) argument

Completed in 98 milliseconds