Searched refs:aTempRegion (Results 1 – 3 of 3) sorted by relevance
2241 Region aTempRegion( rInterRegion ); in ImplIntersectAndUnionOverlapWindows() local2242 pWindow->ImplIntersectWindowRegion( aTempRegion ); in ImplIntersectAndUnionOverlapWindows()2243 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows()2257 Region aTempRegion( rInterRegion ); in ImplIntersectAndUnionOverlapWindows2() local2258 ImplIntersectWindowRegion( aTempRegion ); in ImplIntersectAndUnionOverlapWindows2()2259 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows2()2301 Region aTempRegion; in ImplCalcOverlapRegion() local2315 aTempRegion = aRegion; in ImplCalcOverlapRegion()2316 pWindow->ImplExcludeWindowRegion( aTempRegion ); in ImplCalcOverlapRegion()2317 rRegion.Union( aTempRegion ); in ImplCalcOverlapRegion()[all …]
3531 Region aTempRegion( aTempRect ); in ImplDrawItem() local3532 SetClipRegion( aTempRegion ); in ImplDrawItem()
1050 Region aTempRegion = rRegion; in Intersect() local1051 aTempRegion.Intersect( *this ); in Intersect()1052 *this = aTempRegion; in Intersect()