Home
last modified time | relevance | path

Searched refs:aTempRegion (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dwindow.cxx2241 Region aTempRegion( rInterRegion ); in ImplIntersectAndUnionOverlapWindows() local
2242 pWindow->ImplIntersectWindowRegion( aTempRegion ); in ImplIntersectAndUnionOverlapWindows()
2243 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows()
2257 Region aTempRegion( rInterRegion ); in ImplIntersectAndUnionOverlapWindows2() local
2258 ImplIntersectWindowRegion( aTempRegion ); in ImplIntersectAndUnionOverlapWindows2()
2259 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows2()
2301 Region aTempRegion; in ImplCalcOverlapRegion() local
2315 aTempRegion = aRegion; in ImplCalcOverlapRegion()
2316 pWindow->ImplExcludeWindowRegion( aTempRegion ); in ImplCalcOverlapRegion()
2317 rRegion.Union( aTempRegion ); in ImplCalcOverlapRegion()
[all …]
H A Dtoolbox.cxx3531 Region aTempRegion( aTempRect ); in ImplDrawItem() local
3532 SetClipRegion( aTempRegion ); in ImplDrawItem()
/AOO41X/main/vcl/source/gdi/
H A Dregion.cxx1050 Region aTempRegion = rRegion; in Intersect() local
1051 aTempRegion.Intersect( *this ); in Intersect()
1052 *this = aTempRegion; in Intersect()