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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c530 int screen_w; local
537 screen_w = DisplayWidth(SDL_Display, SDL_Screen);
585 if ( screen_w > w || screen_h > h) {
590 SDL_modelist[n]->w = screen_w;
707 if ( (screen_w * screen_h) >= (w * h) ) {
708 if ( (screen_w != w) || (screen_h != h) ) {
713 SDL_modelist[n]->w = screen_w;
718 screen_w = 0;
853 SDL_modelist[n]->w = screen_w;
935 int screen_w; local
993 int screen_w; local
[all...]
H A DSDL_x11wm.c404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) argument
413 return ( x >= screen_x && x + attr.width <= screen_x + screen_w &&
421 int screen_w, screen_h; local
425 screen_w = attr.width;
453 if ( is_window_visible( this, 0, 0, screen_w, screen_h ) ) {
459 (screen_w - this->screen->w)/2,
/external/qemu/android/skin/
H A Dwindow.c1207 int screen_w, screen_h; local
1215 screen_w = monitor.w * 0.95;
1221 if (screen_w < win_w && win_w > 1.)
1222 scale_w = 1.0 * screen_w / win_w;

Completed in 204 milliseconds