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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 491 unsigned int current_w; local
623 current_w = vinfo.xres;
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);
678 this->info.current_w = current_w;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 184 this->info.current_w = vals[1] + 1;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 201 this->info.current_w = mode.virt.x;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 291 this->info.current_w = lcd_width;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 170 this->info.current_w = this->hidden->mi.lxres;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 230 _this->info.current_w = desktop_size.width();
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 164 int current_w; /* Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 213 this->info.current_w = si.cols ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 310 this->info.current_w = vinfo.w;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 261 this->info.current_w = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 303 this->info.current_w = width;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 164 int current_w; /* Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 164 int current_w; /* Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 164 int current_w; /* Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 278 _this->info.current_w = saved_mode.virtual_width;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 212 this->info.current_w = (**SDL_Display).gdRect.right;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 404 this->info.current_w = desktop_mode.width;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 262 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 423 this->info.current_w = XBIOS_modelist[0].width;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 593 width = video->info.current_w;
900 video->info.current_w = SDL_VideoSurface->w;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 466 this->info.current_w = SDL_Display->Width;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 367 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen);
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 533 this->info.current_w = gapi->gxProperties.cxWidth;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 434 this->info.current_w = VDI_w;

Completed in 1357 milliseconds

1 2