Home
last modified time | relevance | path

Searched refs:current_h (Results 1 – 25 of 30) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c504 unsigned int current_h; in FB_VideoInit() local
677 current_h = vinfo.xres; in FB_VideoInit()
680 current_h = vinfo.yres; in FB_VideoInit()
691 FB_AddMode(this, current_index, current_w, current_h, 0); in FB_VideoInit()
706 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
708 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
733 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
735 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
747 this->info.current_h = current_h; in FB_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosvideo.c185 this->info.current_h = vals[2] + 1; in RISCOS_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
DSDL_ggivideo.c202 this->info.current_h = mode.virt.y; in GGI_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_sysvideo.cc231 _this->info.current_h = desktop_size.height(); in QT_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
DSDL_xbios.c393 this->info.current_h = 0; in XBIOS_VideoInit()
504 this->info.current_h = si.scrHeight; in XBIOS_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c171 this->info.current_h = this->hidden->mi.lyres; in PG_VideoInit()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h187 int current_h; /**< Value: The current video mode height */ member
/external/qemu/distrib/sdl-1.2.15/test/
Dtestvidinfo.c404 info->current_w, info->current_h, info->vfmt->BitsPerPixel); in main()
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
DSDL_ps3video.c193 this->info.current_h = fb_vinfo.yres; in PS3_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.c214 this->info.current_h = si.rows ; in NX_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
DSDL_svgavideo.c262 this->info.current_h = 0; in SVGA_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsvideo.c311 this->info.current_h = vinfo.h; in GS_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c405 this->info.current_h = desktop_mode.height; in ph_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglvideo.c262 this->info.current_h = VGLCurMode->ModeInfo.Ysize; in VGL_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c304 this->info.current_h = height; in WSCONS_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
DSDL_ipodvideo.c292 this->info.current_h = lcd_height; in iPod_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c213 this->info.current_h = (**SDL_Display).gdRect.bottom; in ROM_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc278 _this->info.current_h = saved_mode.virtual_height; in BE_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c612 height = video->info.current_h; in SDL_SetVideoMode()
918 video->info.current_h = SDL_VideoSurface->h; in SDL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c432 this->info.current_h = VDI_h; in GEM_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen); in DGA_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c464 this->info.current_h = dlc.height; in DirectFB_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
DSDL_dspvideo.c573 &this->info.current_w, &this->info.current_h); in DSp_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c564 this->info.current_h = GetSystemMetrics(SM_CYSCREEN); in GAPI_VideoInit()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m379 this->info.current_h = device_height;
1051 …dow setFrameTopLeftPoint:NSMakePoint((float) origin_x, (float) (this->info.current_h - origin_y))];

12