HomeSort by relevance Sort by last modified time
    Searched full:temp_list (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 341 SDL_Rect temp_list [16]; local
366 for ( i = 0; i < SDL_arraysize(temp_list); i++ ) {
370 temp_list [i].x = 0 | attributes.displayBestDepth;
371 temp_list [i].y = 0;
372 temp_list [i].w = width;
373 temp_list [i].h = height;
391 temp_list [i].x |= attributes.displayBestDepth;
404 SDL_memcpy (mode_list [j], &(temp_list [j]), sizeof (SDL_Rect));
    [all...]

Completed in 2065 milliseconds