Lines Matching refs:hwndScreen
241 0, pScreenPriv->hwndScreen); in winAllocateFBShadowDDNL()
284 pScreenPriv->hwndScreen, in winAllocateFBShadowDDNL()
376 pScreenPriv->hwndScreen, in winAllocateFBShadowDDNL()
546 MapWindowPoints(pScreenPriv->hwndScreen, in winShadowUpdateDDNL()
645 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowDDNL()
679 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowDDNL()
682 RemoveProp(pScreenPriv->hwndScreen, WIN_SCR_PROP); in winCloseScreenShadowDDNL()
695 if (pScreenPriv->hwndScreen) { in winCloseScreenShadowDDNL()
696 DestroyWindow(pScreenPriv->hwndScreen); in winCloseScreenShadowDDNL()
697 pScreenPriv->hwndScreen = NULL; in winCloseScreenShadowDDNL()
871 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowDDNL()
883 MapWindowPoints(pScreenPriv->hwndScreen, in winBltExposedRegionsShadowDDNL()
950 EndPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowDDNL()
997 MapWindowPoints(pScreenPriv->hwndScreen, in winRedrawScreenShadowDDNL()