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

  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 133 int xRes = XGetWindowProperty(GDK_DISPLAY_XDISPLAY(display), GDK_WINDOW_XWINDOW(rootWindow), xproperty,
137 if (xRes == Success && workAreaPos != NULL && retType == XA_CARDINAL && retNItems == 4 && retFormat == 32) {
  /external/quake/quake/src/QW/client/
vid_win.c 428 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
462 MGL_modeResolution(m[i], &xRes, &yRes,&bits);
465 (xRes <= MAXWIDTH) &&
481 if (xRes < lowres)
483 lowres = xRes;
487 if ((xRes < lowstretchedres) && ((xRes >> 1) >= 320))
489 lowstretchedres = xRes >> 1;
512 MGL_modeResolution(m[i], &xRes, &yRes,&bits);
515 (xRes <= MAXWIDTH) &&
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 387 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
421 MGL_modeResolution(m[i], &xRes, &yRes,&bits);
424 (xRes <= MAXWIDTH) &&
440 if (xRes < lowres)
442 lowres = xRes;
446 if ((xRes < lowstretchedres) && ((xRes >> 1) >= 320))
448 lowstretchedres = xRes >> 1;
471 MGL_modeResolution(m[i], &xRes, &yRes,&bits);
474 (xRes <= MAXWIDTH) &&
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 811 m_int xRes; /* Device x resolution - 1 */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 811 m_int xRes; /* Device x resolution - 1 */
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 1739 milliseconds