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

12

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c504 unsigned int current_h; local
677 current_h = vinfo.xres;
680 current_h = vinfo.yres;
691 FB_AddMode(this, current_index, current_w, current_h, 0);
706 if ( (current_w > w) || (current_h > h) ) {
708 FB_AddMode(this, i, current_w, current_h, 0);
733 if ( (current_w > w) || (current_h > h) ) {
735 FB_AddMode(this, i, current_w, current_h, 0);
747 this->info.current_h = current_h;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.c185 this->info.current_h = vals[2] + 1;
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c202 this->info.current_h = mode.virt.y;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc231 _this->info.current_h = desktop_size.height();
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c292 this->info.current_h = lcd_height;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c214 this->info.current_h = si.rows ;
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c171 this->info.current_h = this->hidden->mi.lyres;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c193 this->info.current_h = fb_vinfo.yres;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c404 info->current_w, info->current_h, info->vfmt->BitsPerPixel);
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c393 this->info.current_h = 0;
504 this->info.current_h = si.scrHeight;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc278 _this->info.current_h = saved_mode.virtual_height;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c213 this->info.current_h = (**SDL_Display).gdRect.bottom;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c405 this->info.current_h = desktop_mode.height;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c311 this->info.current_h = vinfo.h;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c262 this->info.current_h = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c262 this->info.current_h = VGLCurMode->ModeInfo.Ysize;
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c304 this->info.current_h = height;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c612 height = video->info.current_h;
918 video->info.current_h = SDL_VideoSurface->h;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c432 this->info.current_h = VDI_h;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c573 &this->info.current_w, &this->info.current_h);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m379 this->info.current_h = device_height;
1051 [ qz_window setFrameTopLeftPoint:NSMakePoint((float) origin_x, (float) (this->info.current_h - origin_y))];
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c464 this->info.current_h = dlc.height;

Completed in 279 milliseconds

12