/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.c | 504 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/ |
D | SDL_riscosvideo.c | 185 this->info.current_h = vals[2] + 1; in RISCOS_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
D | SDL_ggivideo.c | 202 this->info.current_h = mode.virt.y; in GGI_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysvideo.cc | 231 _this->info.current_h = desktop_size.height(); in QT_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
D | SDL_xbios.c | 393 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/ |
D | SDL_pgvideo.c | 171 this->info.current_h = this->hidden->mi.lyres; in PG_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_video.h | 187 int current_h; /**< Value: The current video mode height */ member
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testvidinfo.c | 404 info->current_w, info->current_h, info->vfmt->BitsPerPixel); in main()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 193 this->info.current_h = fb_vinfo.yres; in PS3_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxvideo.c | 214 this->info.current_h = si.rows ; in NX_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
D | SDL_svgavideo.c | 262 this->info.current_h = 0; in SVGA_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
D | SDL_gsvideo.c | 311 this->info.current_h = vinfo.h; in GS_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_video.c | 405 this->info.current_h = desktop_mode.height; in ph_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglvideo.c | 262 this->info.current_h = VGLCurMode->ModeInfo.Ysize; in VGL_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
D | SDL_wsconsvideo.c | 304 this->info.current_h = height; in WSCONS_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 292 this->info.current_h = lcd_height; in iPod_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
D | SDL_romvideo.c | 213 this->info.current_h = (**SDL_Display).gdRect.bottom; in ROM_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 278 _this->info.current_h = saved_mode.virtual_height; in BE_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 612 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/ |
D | SDL_gemvideo.c | 432 this->info.current_h = VDI_h; in GEM_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen); in DGA_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
D | SDL_DirectFB_video.c | 464 this->info.current_h = dlc.height; in DirectFB_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
D | SDL_dspvideo.c | 573 &this->info.current_w, &this->info.current_h); in DSp_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
D | SDL_gapivideo.c | 564 this->info.current_h = GetSystemMetrics(SM_CYSCREEN); in GAPI_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 379 this->info.current_h = device_height; 1051 …dow setFrameTopLeftPoint:NSMakePoint((float) origin_x, (float) (this->info.current_h - origin_y))];
|