OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saved_rect
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c
173
SDL_Rect
saved_rect
[2];
local
190
saved_rect
[b] = *SDL_modelist[i][j];
196
if (
saved_rect
[b].w &&
saved_rect
[b].h ) {
198
saved_rect
[!b] = *SDL_modelist[i][j];
200
*SDL_modelist[i][j] =
saved_rect
[b];
204
*SDL_modelist[i][j] =
saved_rect
[b];
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c
279
SDL_Rect
saved_rect
[2];
local
296
saved_rect
[b] = *SDL_modelist[i][j];
302
if (
saved_rect
[b].w &&
saved_rect
[b].h ) {
304
saved_rect
[!b] = *SDL_modelist[i][j];
306
*SDL_modelist[i][j] =
saved_rect
[b];
310
*SDL_modelist[i][j] =
saved_rect
[b];
Completed in 301 milliseconds