Lines Matching defs:dwWidth
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;
451 dwWidth = rcClient.right - rcClient.left;
454 if ((s_pScreenInfo->dwWidth != dwWidth) ||
459 dwWidth,
461 (dwWidth * 25.4) / monitorResolution,
683 = s_pScreenInfo->dwWidth + iBorderWidth;