Lines Matching refs:iWidth
63 int iWidth = pScreenInfo->dwWidth;
112 iWidth, /* Right edge */
154 int iWidth = pScreenInfo->dwUserWidth;
283 iWidth += 2 * GetSystemMetrics (SM_CXSIZEFRAME);
293 iWidth += 2 * GetSystemMetrics (SM_CXFIXEDFRAME);
309 iWidth = GetSystemMetrics (SM_CXVIRTUALSCREEN);
325 if (iWidth > (rcWorkArea.right - rcWorkArea.left))
326 iWidth = rcWorkArea.right - rcWorkArea.left;
335 iWidth, iHeight);
361 iWidth, /* Right edge */
522 int iWidth, iHeight;
538 iWidth = GetSystemMetrics (SM_CXVIRTUALSCREEN);
541 winDebug ("winGetWorkArea - Virtual screen is %d x %d\n", iWidth, iHeight);
571 prcWorkArea->right = prcWorkArea->left + iWidth -