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

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 246 int real_w, real_h; local
268 int real_w, real_h; local
271 get_real_resolution(this, &real_w, &real_h);
274 set_best_resolution(this, real_w,real_h);
279 CGX_CreateWindow(this,this->screen,real_w,real_h,GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH),this->screen->flags);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 898 int real_w, real_h; local
919 get_real_resolution(this, &real_w, &real_h);
923 if ( window_h > real_h ) {
924 real_h = MAX(real_h, screen_h);
926 XMoveResizeWindow(SDL_Display, FSwindow, x, y, real_w, real_h);
927 move_cursor_to(this, real_w/2, real_h/2);
931 y = (real_h - window_h)/2;
956 int real_w, real_h; local
980 get_real_resolution(this, &real_w, &real_h);
    [all...]

Completed in 669 milliseconds