HomeSort by relevance Sort by last modified time
    Searched refs:current_h (Results 1 - 25 of 33) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 504 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/
SDL_riscosvideo.c 185 this->info.current_h = vals[2] + 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 202 this->info.current_h = mode.virt.y;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 292 this->info.current_h = lcd_height;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 171 this->info.current_h = this->hidden->mi.lyres;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 231 _this->info.current_h = desktop_size.height();
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 214 this->info.current_h = si.rows ;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 311 this->info.current_h = vinfo.h;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 193 this->info.current_h = fb_vinfo.yres;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 262 this->info.current_h = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 304 this->info.current_h = height;
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 404 info->current_w, info->current_h, info->vfmt->BitsPerPixel);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 393 this->info.current_h = 0;
504 this->info.current_h = si.scrHeight;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 278 _this->info.current_h = saved_mode.virtual_height;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 213 this->info.current_h = (**SDL_Display).gdRect.bottom;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 405 this->info.current_h = desktop_mode.height;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 262 this->info.current_h = VGLCurMode->ModeInfo.Ysize;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 612 height = video->info.current_h;
918 video->info.current_h = SDL_VideoSurface->h;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 432 this->info.current_h = VDI_h;

Completed in 122 milliseconds

1 2