Home
last modified time | relevance | path

Searched refs:screen_h (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11modes.c531 int screen_h; in X11_GetVideoModes() local
538 screen_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_GetVideoModes()
585 if ( screen_w > w || screen_h > h) { in X11_GetVideoModes()
591 SDL_modelist[n]->h = screen_h; in X11_GetVideoModes()
707 if ( (screen_w * screen_h) >= (w * h) ) { in X11_GetVideoModes()
708 if ( (screen_w != w) || (screen_h != h) ) { in X11_GetVideoModes()
714 SDL_modelist[n]->h = screen_h; in X11_GetVideoModes()
719 screen_h = 0; in X11_GetVideoModes()
854 SDL_modelist[n]->h = screen_h; in X11_GetVideoModes()
936 int screen_h; in X11_ResizeFullScreen() local
[all …]
DSDL_x11wm.c404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) in is_window_visible() argument
414 y >= screen_y && y + attr.height <= screen_y + screen_h ); in is_window_visible()
421 int screen_w, screen_h; in X11_IsWindowVisible() local
426 screen_h = attr.height; in X11_IsWindowVisible()
453 if ( is_window_visible( this, 0, 0, screen_w, screen_h ) ) { in X11_IsWindowVisible()
460 (screen_h - this->screen->h)/2 ); in X11_IsWindowVisible()
/external/qemu/android/skin/
Dwindow.c1207 int screen_w, screen_h; in skin_window_create() local
1216 screen_h = monitor.h * 0.95; in skin_window_create()
1223 if (screen_h < win_h && win_h > 1.) in skin_window_create()
1224 scale_h = 1.0 * screen_h / win_h; in skin_window_create()