OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:amodelist
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c
62
SDL_Rect
Amodelist
[PH_MAX_VIDEOMODES];
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 869 milliseconds