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

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_modes.c62 SDL_Rect Amodelist[PH_MAX_VIDEOMODES]; local
86 Amodelist[j].w = mode_info.width;
87 Amodelist[j].h = mode_info.height;
88 Amodelist[j].x = 0;
89 Amodelist[j].y = 0;
98 SDL_modelist[i].w = Amodelist[j - i - 1].w;
99 SDL_modelist[i].h = Amodelist[j - i - 1].h;
100 SDL_modelist[i].x = Amodelist[j - i - 1].x;
101 SDL_modelist[i].y = Amodelist[j - i - 1].y;

Completed in 89 milliseconds