HomeSort by relevance Sort by last modified time
    Searched refs:screen_h (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 499 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...]
SDL_x11wm.c 403 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/
window.c 1196 int screen_w, screen_h; local
    [all...]

Completed in 45 milliseconds