Home
last modified time | relevance | path

Searched refs:maWinRegion (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow.cxx153 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 …]
/trunk/main/vcl/inc/
H A Dwindow.h292 Region maWinRegion; // region to 'shape' the VCL window (frame coordinates) variable