Lines Matching refs:RegionBand

96     RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly)  in ImplRectilinearPolygonToBands()
101 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands()
194RegionBand* ImplGeneralPolygonToBands(const PolyPolygon& rPolyPoly, const Rectangle& rPolygonBound… in ImplGeneralPolygonToBands()
199 RegionBand* pRegionBand = new RegionBand(); in ImplGeneralPolygonToBands()
247 RegionBand* ImplCreateRegionBandFromPolyPolygon(const PolyPolygon& rPolyPolygon) in ImplCreateRegionBandFromPolyPolygon()
249 RegionBand* pRetval = 0; in ImplCreateRegionBandFromPolyPolygon()
338 mpRegionBand.reset(rRect.IsEmpty() ? 0 : new RegionBand(rRect)); in Region()
409 mpRegionBand.reset(new RegionBand(aRect)); in ImplCreatePolyPolyRegion()
464 RegionBand* pNew = new RegionBand(*getRegionBand()); in Move()
511 RegionBand* pNew = new RegionBand(*getRegionBand()); in Scale()
572 const RegionBand* pCurrent = getRegionBand(); in Union()
581 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
666 const RegionBand* pCurrent = getRegionBand(); in Intersect()
674 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect()
747 const RegionBand* pCurrent = getRegionBand(); in Exclude()
755 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
830 const RegionBand* pCurrent = getRegionBand(); in XOr()
840 RegionBand* pNew = new RegionBand(*getRegionBand()); in XOr()
919 const RegionBand* pCurrent = getRegionBand(); in Union()
928 const RegionBand* pSource = rRegion.getRegionBand(); in Union()
937 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
1029 const RegionBand* pCurrent = getRegionBand(); in Intersect()
1037 const RegionBand* pSource = rRegion.getRegionBand(); in Intersect()
1057 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect()
1127 const RegionBand* pCurrent = getRegionBand(); in Exclude()
1135 const RegionBand* pSource = rRegion.getRegionBand(); in Exclude()
1144 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
1215 const RegionBand* pCurrent = getRegionBand(); in XOr()
1224 const RegionBand* pSource = rRegion.getRegionBand(); in XOr()
1233 RegionBand* pNew = new RegionBand(*pCurrent); in XOr()
1353 const RegionBand* Region::GetAsRegionBand() const in GetAsRegionBand()
1393 const RegionBand* pRegionBand = GetAsRegionBand(); in IsInside()
1490 mpRegionBand.reset(rRect.IsEmpty() ? 0 : new RegionBand(rRect)); in operator =()
1604 RegionBand* pNewRegionBand = new RegionBand(); in operator >>()
1670 const RegionBand* pRegionBand = rRegion.getRegionBand(); in operator <<()
1680 const RegionBand aRegionBand; in operator <<()
1707 const RegionBand* pRegionBand = GetAsRegionBand(); in GetRegionRectangles()