Lines Matching refs:dwHeight
236 DWORD dwWidth = 0, dwHeight = 0; in winWindowProc() local
241 dwHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winWindowProc()
250 dwHeight = data.monitorHeight; in winWindowProc()
272 if (((dwWidth != 0) && (dwHeight != 0)) && in winWindowProc()
274 (s_pScreenInfo->dwHeight != dwHeight))) { in winWindowProc()
277 dwHeight, in winWindowProc()
280 (dwHeight * 25.4) / in winWindowProc()
370 || iHeight < s_pScreenInfo->dwHeight) { in winWindowProc()
388 si.nMax = s_pScreenInfo->dwHeight - 1; in winWindowProc()
428 DWORD dwWidth, dwHeight; in winWindowProc() local
432 dwHeight = rcClient.bottom - rcClient.top; in winWindowProc()
435 (s_pScreenInfo->dwHeight != dwHeight)) { in winWindowProc()
439 dwHeight, in winWindowProc()
441 (dwHeight * 25.4) / monitorResolution); in winWindowProc()
647 = s_pScreenInfo->dwHeight + iBorderHeight + iCaptionHeight; in winWindowProc()