Lines Matching refs:dwWidth
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;
416 DWORD dwWidth, dwHeight;
419 dwWidth = rcClient.right - rcClient.left;
422 if ((s_pScreenInfo->dwWidth != dwWidth) ||
426 dwWidth,
428 (dwWidth * 25.4) / monitorResolution,
630 pMinMaxInfo->ptMaxTrackSize.x = s_pScreenInfo->dwWidth + iBorderWidth;