Home
last modified time | relevance | path

Searched refs:aTempRegion (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3531 Region aTempRegion( aTempRect ); in ImplDrawItem() local
3532 SetClipRegion( aTempRegion ); in ImplDrawItem()
H A Dwindow.cxx2243 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows()
2257 Region aTempRegion( rInterRegion ); in ImplIntersectAndUnionOverlapWindows2() local
2259 rRegion.Union( aTempRegion ); in ImplIntersectAndUnionOverlapWindows2()
2301 Region aTempRegion; in ImplCalcOverlapRegion() local
2315 aTempRegion = aRegion; in ImplCalcOverlapRegion()
2317 rRegion.Union( aTempRegion ); in ImplCalcOverlapRegion()
2326 aTempRegion = aRegion; in ImplCalcOverlapRegion()
2328 rRegion.Union( aTempRegion ); in ImplCalcOverlapRegion()
2340 aTempRegion = aRegion; in ImplCalcOverlapRegion()
2357 aTempRegion = aRegion; in ImplCalcOverlapRegion()
[all …]
/trunk/main/vcl/source/gdi/
H A Dregion.cxx1052 Region aTempRegion = rRegion; in Intersect() local
1053 aTempRegion.Intersect( *this ); in Intersect()
1054 *this = aTempRegion; in Intersect()

Completed in 80 milliseconds