Searched refs:maWinRegion (Results 1 – 2 of 2) sorted by relevance
153 maWinRegion = Region(true); in WindowImpl()1421 if ( !mpWindowImpl->maWinRegion.IsInside( aTempPos ) ) in ImplHitTest()2029 rRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplIntersectWindowRegion()2041 aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplExcludeWindowRegion()2177 … mpWindowImpl->maWinClipRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplInitWinClipRegion()2300 rRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplCalcOverlapRegion()2998 aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplScroll()3258 pOldRegion->Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplPosSizeWindow()3469 … aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplPosSizeWindow()3520 aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplPosSizeWindow()[all …]
292 Region maWinRegion; // region to 'shape' the VCL window (frame coordinates) variable