Lines Matching refs:iHeight
59 int iHeight = pScreenInfo->dwHeight; in winCreateBoundingWindowFullScreen() local
107 iHeight, /* Bottom edge */ in winCreateBoundingWindowFullScreen()
135 int iHeight = pScreenInfo->dwUserHeight; in winCreateBoundingWindowWindowed() local
257 iHeight += 2 * GetSystemMetrics(SM_CYSIZEFRAME) in winCreateBoundingWindowWindowed()
267 iHeight += 2 * GetSystemMetrics(SM_CYFIXEDFRAME) in winCreateBoundingWindowWindowed()
281 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winCreateBoundingWindowWindowed()
297 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top)) in winCreateBoundingWindowWindowed()
298 iHeight = rcWorkArea.bottom - rcWorkArea.top; in winCreateBoundingWindowWindowed()
302 "height: %d\n", iWidth, iHeight); in winCreateBoundingWindowWindowed()
324 iHeight, /* Bottom edge */ in winCreateBoundingWindowWindowed()
465 int iWidth, iHeight; in winGetWorkArea() local
500 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winGetWorkArea()
502 winDebug("winGetWorkArea - Virtual screen is %d x %d\n", iWidth, iHeight); in winGetWorkArea()
531 prcWorkArea->bottom = prcWorkArea->top + iHeight - in winGetWorkArea()