Home
last modified time | relevance | path

Searched refs:current_w (Results 1 – 25 of 29) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c491 unsigned int current_w; in FB_VideoInit() local
623 current_w = vinfo.xres; in FB_VideoInit()
632 FB_AddMode(this, current_index, current_w, current_h, 0); in FB_VideoInit()
642 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
644 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
664 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
666 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
678 this->info.current_w = current_w; in FB_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosvideo.c184 this->info.current_w = vals[1] + 1; in RISCOS_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
DSDL_ggivideo.c201 this->info.current_w = mode.virt.x; in GGI_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc230 _this->info.current_w = desktop_size.width(); in QT_VideoInit()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h164 int current_w; /* Value: The current video mode width */ member
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgvideo.c170 this->info.current_w = this->hidden->mi.lxres; in PG_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nxvideo.c213 this->info.current_w = si.cols ; in NX_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c261 this->info.current_w = 0; in SVGA_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_video.c404 this->info.current_w = desktop_mode.width; in ph_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsvideo.c310 this->info.current_w = vinfo.w; in GS_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.c303 this->info.current_w = width; in WSCONS_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c262 this->info.current_w = VGLCurMode->ModeInfo.Xsize; in VGL_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
DSDL_ipodvideo.c291 this->info.current_w = lcd_width; in iPod_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c212 this->info.current_w = (**SDL_Display).gdRect.right; in ROM_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc278 _this->info.current_w = saved_mode.virtual_width; in BE_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth; in EPOC_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c423 this->info.current_w = XBIOS_modelist[0].width; in XBIOS_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c593 width = video->info.current_w; in SDL_SetVideoMode()
900 video->info.current_w = SDL_VideoSurface->w; in SDL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c367 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen); in DGA_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c434 this->info.current_w = VDI_w; in GEM_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.c466 this->info.current_w = SDL_Display->Width; in CGX_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c573 &this->info.current_w, &this->info.current_h); in DSp_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c463 this->info.current_w = dlc.width; in DirectFB_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c533 this->info.current_w = gapi->gxProperties.cxWidth; in GAPI_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c343 this->info.current_w = SDL_desktop_mode.dmPelsWidth; in DIB_VideoInit()

12