Lines Matching refs:hwndScreen
535 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowGDI()
587 RemoveProp(pScreenPriv->hwndScreen, WIN_SCR_PROP); in winCloseScreenShadowGDI()
595 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowGDI()
608 if (pScreenPriv->hwndScreen) { in winCloseScreenShadowGDI()
609 DestroyWindow(pScreenPriv->hwndScreen); in winCloseScreenShadowGDI()
610 pScreenPriv->hwndScreen = NULL; in winCloseScreenShadowGDI()
752 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowGDI()
769 EndPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowGDI()
774 (LPARAM) pScreenPriv->hwndScreen); in winBltExposedRegionsShadowGDI()
809 ShowWindow(pScreenPriv->hwndScreen, SW_RESTORE); in winActivateAppShadowGDI()
816 ShowWindow(pScreenPriv->hwndScreen, SW_MINIMIZE); in winActivateAppShadowGDI()