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

12

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c503 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/
H A DSDL_riscosvideo.c184 this->info.current_w = vals[1] + 1;
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c201 this->info.current_w = mode.virt.x;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc230 _this->info.current_w = desktop_size.width();
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c291 this->info.current_w = lcd_width;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c213 this->info.current_w = si.cols ;
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c170 this->info.current_w = this->hidden->mi.lxres;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c192 this->info.current_w = fb_vinfo.xres;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c404 info->current_w, info->current_h, info->vfmt->BitsPerPixel);
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c392 this->info.current_w = 0;
503 this->info.current_w = si.scrWidth;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc277 _this->info.current_w = saved_mode.virtual_width;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c212 this->info.current_w = (**SDL_Display).gdRect.right;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c404 this->info.current_w = desktop_mode.width;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c310 this->info.current_w = vinfo.w;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c261 this->info.current_w = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c261 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c303 this->info.current_w = width;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c609 width = video->info.current_w;
917 video->info.current_w = SDL_VideoSurface->w;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c363 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c431 this->info.current_w = VDI_w;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c573 &this->info.current_w, &this->info.current_h);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c463 this->info.current_w = dlc.width;
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c563 this->info.current_w = GetSystemMetrics(SM_CXSCREEN);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c379 this->info.current_w = SDL_desktop_mode.dmPelsWidth;

Completed in 3227 milliseconds

12