Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dwindow.h292 Region maWinRegion; // region to 'shape' the VCL window (frame coordinates) member in WindowImpl
/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()
6073 mpWindowImpl->maWinRegion = Region(true); in SetWindowRegionPixel()
6081 mpWindowImpl->maWinRegion = Region(true); in SetWindowRegionPixel()
6112 mpWindowImpl->maWinRegion = rRegion; in SetWindowRegionPixel()
6119 mpWindowImpl->maWinRegion.GetRegionRectangles(aRectangles); in SetWindowRegionPixel()
6165 mpWindowImpl->maWinRegion = Region(true); in SetWindowRegionPixel()
6173 mpWindowImpl->maWinRegion = rRegion; in SetWindowRegionPixel()
[all …]

Completed in 53 milliseconds