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.15/src/video/fbcon/
SDL_fbvideo.c 503 unsigned int current_w; local
676 current_w = vinfo.yres;
679 current_w = vinfo.xres;
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);
746 this->info.current_w = current_w;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c 184 this->info.current_w = vals[1] + 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 201 this->info.current_w = mode.virt.x;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 291 this->info.current_w = lcd_width;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 170 this->info.current_w = this->hidden->mi.lxres;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 230 _this->info.current_w = desktop_size.width();
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 213 this->info.current_w = si.cols ;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 310 this->info.current_w = vinfo.w;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 192 this->info.current_w = fb_vinfo.xres;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 261 this->info.current_w = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 303 this->info.current_w = width;
  /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 186 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 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 392 this->info.current_w = 0;
503 this->info.current_w = si.scrWidth;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 277 _this->info.current_w = saved_mode.virtual_width;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 212 this->info.current_w = (**SDL_Display).gdRect.right;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 404 this->info.current_w = desktop_mode.width;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 261 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 609 width = video->info.current_w;
917 video->info.current_w = SDL_VideoSurface->w;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 363 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 431 this->info.current_w = VDI_w;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 573 &this->info.current_w, &this->info.current_h);
    [all...]

Completed in 1819 milliseconds

1 2