Searched refs:get_real_resolution (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11modes.c | 99 static void get_real_resolution(_THIS, int* w, int* h); 165 get_real_resolution(this, &w, &h); in set_best_resolution() 207 get_real_resolution(this, &w, &h); in set_best_resolution() 233 static void get_real_resolution(_THIS, int* w, int* h) in get_real_resolution() function 919 get_real_resolution(this, &real_w, &real_h); in X11_ResizeFullScreen() 980 get_real_resolution(this, &real_w, &real_h); in X11_EnterFullScreen() 1066 get_real_resolution(this, &rw, &rh); in X11_LeaveFullScreen()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxmodes.c | 64 static void get_real_resolution(_THIS, int* w, int* h) in get_real_resolution() function 271 get_real_resolution(this, &real_w, &real_h); in CGX_EnterFullScreen()
|