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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11modes.c499 int screen_h; local
506 screen_h = DisplayHeight(SDL_Display, SDL_Screen);
550 if ( screen_w > w || screen_h > h) {
556 SDL_modelist[n]->h = screen_h;
672 if ( (screen_w * screen_h) >= (w * h) ) {
673 if ( (screen_w != w) || (screen_h != h) ) {
679 SDL_modelist[n]->h = screen_h;
684 screen_h = 0;
818 SDL_modelist[n]->h = screen_h;
900 int screen_h; local
958 int screen_h; local
[all...]
H A DSDL_x11wm.c403 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h )
413 y >= screen_y && y + attr.height <= screen_y + screen_h );
420 int screen_w, screen_h; local
425 screen_h = attr.height;
452 if ( is_window_visible( this, 0, 0, screen_w, screen_h ) ) {
459 (screen_h - this->screen->h)/2 );
/external/qemu/android/skin/
H A Dwindow.c1196 int screen_w, screen_h; local
1205 screen_h = monitor.h * 0.95;
1212 if (screen_h < win_h && win_h > 1.)
1213 scale_h = 1.0 * screen_h / win_h;

Completed in 99 milliseconds