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

12

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c491 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;
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.c184 this->info.current_w = vals[1] + 1;
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
H A DSDL_ggivideo.c201 this->info.current_w = mode.virt.x;
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc230 _this->info.current_w = desktop_size.width();
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h164 int current_w; /* Value: The current video mode width */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
H A DSDL_ipodvideo.c291 this->info.current_w = lcd_width;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxvideo.c213 this->info.current_w = si.cols ;
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
H A DSDL_pgvideo.c170 this->info.current_w = this->hidden->mi.lxres;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc278 _this->info.current_w = saved_mode.virtual_width;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c212 this->info.current_w = (**SDL_Display).gdRect.right;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.c404 this->info.current_w = desktop_mode.width;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsvideo.c310 this->info.current_w = vinfo.w;
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
H A DSDL_svgavideo.c261 this->info.current_w = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglvideo.c262 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
H A DSDL_wsconsvideo.c303 this->info.current_w = width;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c593 width = video->info.current_w;
900 video->info.current_w = SDL_VideoSurface->w;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.c466 this->info.current_w = SDL_Display->Width;
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
H A DSDL_dgavideo.c367 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen);
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth;
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c434 this->info.current_w = VDI_w;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c573 &this->info.current_w, &this->info.current_h);
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
H A DSDL_xbios.c423 this->info.current_w = XBIOS_modelist[0].width;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
H A DSDL_DirectFB_video.c463 this->info.current_w = dlc.width;
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.c533 this->info.current_w = gapi->gxProperties.cxWidth;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibvideo.c343 this->info.current_w = SDL_desktop_mode.dmPelsWidth;

Completed in 164 milliseconds

12