Lines Matching refs:dwHeight
205 (unsigned int)pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
334 || pScreenInfo->dwHeight != GetSystemMetrics(SM_CYSCREEN) in winAllocateFBShadowDDNL()
342 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
354 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
426 ddsdShadow.dwHeight = pScreenInfo->dwHeight; in winAllocateFBShadowDDNL()
888 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
894 rcSrc.bottom = pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
1002 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winRedrawScreenShadowDDNL()
1008 rcSrc.bottom = pScreenInfo->dwHeight; in winRedrawScreenShadowDDNL()