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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 492 unsigned int current_h; local
624 current_h = vinfo.yres;
632 FB_AddMode(this, current_index, current_w, current_h, 0);
642 if ( (current_w > w) || (current_h > h) ) {
644 FB_AddMode(this, i, current_w, current_h, 0);
664 if ( (current_w > w) || (current_h > h) ) {
666 FB_AddMode(this, i, current_w, current_h, 0);
679 this->info.current_h = current_h;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 185 this->info.current_h = vals[2] + 1;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 202 this->info.current_h = mode.virt.y;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 292 this->info.current_h = lcd_height;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 171 this->info.current_h = this->hidden->mi.lyres;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 231 _this->info.current_h = desktop_size.height();
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 214 this->info.current_h = si.rows ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 311 this->info.current_h = vinfo.h;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 262 this->info.current_h = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 304 this->info.current_h = height;
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 279 _this->info.current_h = saved_mode.virtual_height;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 213 this->info.current_h = (**SDL_Display).gdRect.bottom;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 405 this->info.current_h = desktop_mode.height;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 263 this->info.current_h = VGLCurMode->ModeInfo.Ysize;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 424 this->info.current_h = XBIOS_modelist[0].height;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 596 height = video->info.current_h;
901 video->info.current_h = SDL_VideoSurface->h;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 467 this->info.current_h = SDL_Display->Height;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 368 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen);
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 294 _this->info.current_h = Private->EPOC_ScreenSize.iHeight;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 534 this->info.current_h = gapi->gxProperties.cyHeight;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 435 this->info.current_h = VDI_h;

Completed in 383 milliseconds

1 2