HomeSort by relevance Sort by last modified time
    Searched refs:hdisplay (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 61 info->hdisplay = l.hdisplay;
93 if ( (saved_mode.hdisplay != mode.hdisplay) ||
109 if ( a->hdisplay == b->hdisplay )
112 return b->hdisplay - a->hdisplay;
131 if ( (modes[i]->hdisplay == width) &&
136 if ( modes[i]->hdisplay >= width &
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 247 modeline->hdisplay = oldrep.hdisplay;
266 modeline->hdisplay = rep.hdisplay;
365 modelines[i]->hdisplay = oldxmdline.hdisplay;
396 modelines[i]->hdisplay = xmdline.hdisplay;
480 oldreq->hdisplay = newmodeline->hdisplay;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmstr.h 96 CARD16 hdisplay B16;
121 CARD16 hdisplay B16;
136 CARD16 hdisplay B16;
156 CARD16 hdisplay B16;
188 CARD16 hdisplay B16;
228 CARD16 hdisplay B16;
256 CARD16 hdisplay B16;
280 CARD16 hdisplay B16;
299 CARD16 hdisplay B16;
328 CARD16 hdisplay B16
    [all...]
xf86vmode.h 90 unsigned short hdisplay; member in struct:__anon13446
111 unsigned short hdisplay; member in struct:__anon13447
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 818 if (width > vidmodes[i]->hdisplay ||
822 x = width - vidmodes[i]->hdisplay;
832 actualWidth = vidmodes[best_fit]->hdisplay;

Completed in 167 milliseconds