Searched refs:xRes (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp133 int xRes = XGetWindowProperty(GDK_DISPLAY_XDISPLAY(display), GDK_WINDOW_XWINDOW(rootWindow), xproperty, local
137 if (xRes == Success && workAreaPos != NULL && retType == XA_CARDINAL && retNItems == 4 && retFormat == 32) {
/external/quake/quake/src/QW/client/
H A Dvid_win.c428 int i, xRes, yRes, bits, vMode, lowres, curmode, temp; local
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 <
[all...]
/external/quake/quake/src/WinQuake/
H A Dvid_win.cpp387 int i, xRes, yRes, bits, vMode, lowres, curmode, temp; local
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 <
[all...]
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h811 m_int xRes; /* Device x resolution - 1 */ member in struct:__anon12137
955 m_int MGLAPI MGL_modeResolution(m_int mode,m_int *xRes,m_int *yRes,m_int *bitsPerPixel);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H811 m_int xRes; /* Device x resolution - 1 */ member in struct:__anon12436
955 m_int MGLAPI MGL_modeResolution(m_int mode,m_int *xRes,m_int *yRes,m_int *bitsPerPixel);

Completed in 72 milliseconds