HomeSort by: relevance | last modified time | path
    Searched defs:dwWidth (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprocarg.c 67 DWORD dwWidth, dwHeight;
82 dwWidth = GetSystemMetrics(SM_CXSCREEN);
87 (int) dwWidth, (int) dwHeight);
114 defaultScreenInfo.dwWidth = dwWidth;
116 defaultScreenInfo.dwUserWidth = dwWidth;
329 g_ScreenInfo[nScreenNum].dwWidth = data.monitorWidth;
354 g_ScreenInfo[nScreenNum].dwWidth = iWidth;
421 g_ScreenInfo[nScreenNum].dwWidth = iWidth;
438 "dwWidth: %d dwHeight: %d\n"
    [all...]
winwndproc.c 229 DWORD dwWidth = 0, dwHeight = 0;
233 dwWidth = GetSystemMetrics(SM_CXVIRTUALSCREEN);
241 dwWidth = data.monitorWidth;
263 if (((dwWidth != 0) && (dwHeight != 0)) &&
264 ((s_pScreenInfo->dwWidth != dwWidth) ||
267 dwWidth,
269 (dwWidth * 25.4) /
357 if (iWidth < s_pScreenInfo->dwWidth
368 si.nMax = s_pScreenInfo->dwWidth - 1
    [all...]
win.h 359 DWORD dwWidth;
ddraw.h 963 DWORD dwWidth; /* C: width of input surface */
989 DWORD dwWidth; /* C: width of input surface */
1395 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight,
1480 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight,
1578 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight,
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprocarg.c 73 DWORD dwWidth, dwHeight;
88 dwWidth = GetSystemMetrics (SM_CXSCREEN);
92 (int) dwWidth, (int) dwHeight);
99 defaultScreenInfo.dwWidth = dwWidth;
101 defaultScreenInfo.dwUserWidth = dwWidth;
323 g_ScreenInfo[nScreenNum].dwWidth = data.monitorWidth;
350 g_ScreenInfo[nScreenNum].dwWidth = iWidth;
430 g_ScreenInfo[nScreenNum].dwWidth = iWidth;
450 "dwWidth: %d dwHeight: %d\n"
    [all...]
winwndproc.c 251 DWORD dwWidth, dwHeight;
256 dwWidth = GetSystemMetrics(SM_CXVIRTUALSCREEN);
267 dwWidth = data.monitorWidth;
290 if ((s_pScreenInfo->dwWidth != dwWidth) ||
294 dwWidth,
296 (dwWidth * 25.4) / monitorResolution,
394 if (iWidth < s_pScreenInfo->dwWidth
406 si.nMax = s_pScreenInfo->dwWidth - 1;
448 DWORD dwWidth, dwHeight
    [all...]
win.h 404 DWORD dwWidth;
ddraw.h 953 DWORD dwWidth; /* C: width of input surface*/
980 DWORD dwWidth; /* C: width of input surface*/
1349 STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
1412 STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
1488 STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_priv.h 60 unsigned long dwWidth; /*SW Source Width, not changed*/
99 CARD32 dwWidth;

Completed in 31 milliseconds