Lines Matching refs:iHeight
59 int iHeight = pScreenInfo->dwHeight;
101 iHeight, /* Bottom edge */
129 int iHeight = pScreenInfo->dwUserHeight;
236 iHeight += 2 * GetSystemMetrics(SM_CYSIZEFRAME)
246 iHeight += 2 * GetSystemMetrics(SM_CYFIXEDFRAME)
260 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN);
273 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top))
274 iHeight = rcWorkArea.bottom - rcWorkArea.top;
278 "height: %d\n", iWidth, iHeight);
300 iHeight, /* Bottom edge */
435 int iWidth, iHeight;
470 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN);
472 winDebug("winGetWorkArea - Virtual screen is %d x %d\n", iWidth, iHeight);
501 prcWorkArea->bottom = prcWorkArea->top + iHeight -