Lines Matching refs:RegionBand

98     RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly)  in ImplRectilinearPolygonToBands()
103 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands()
196RegionBand* ImplGeneralPolygonToBands(const PolyPolygon& rPolyPoly, const Rectangle& rPolygonBound… in ImplGeneralPolygonToBands()
201 RegionBand* pRegionBand = new RegionBand(); in ImplGeneralPolygonToBands()
249 RegionBand* ImplCreateRegionBandFromPolyPolygon(const PolyPolygon& rPolyPolygon) in ImplCreateRegionBandFromPolyPolygon()
251 RegionBand* pRetval = 0; in ImplCreateRegionBandFromPolyPolygon()
340 mpRegionBand.reset(rRect.IsEmpty() ? 0 : new RegionBand(rRect)); in Region()
411 mpRegionBand.reset(new RegionBand(aRect)); in ImplCreatePolyPolyRegion()
466 RegionBand* pNew = new RegionBand(*getRegionBand()); in Move()
513 RegionBand* pNew = new RegionBand(*getRegionBand()); in Scale()
574 const RegionBand* pCurrent = getRegionBand(); in Union()
583 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
668 const RegionBand* pCurrent = getRegionBand(); in Intersect()
676 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect()
749 const RegionBand* pCurrent = getRegionBand(); in Exclude()
757 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
832 const RegionBand* pCurrent = getRegionBand(); in XOr()
842 RegionBand* pNew = new RegionBand(*getRegionBand()); in XOr()
921 const RegionBand* pCurrent = getRegionBand(); in Union()
930 const RegionBand* pSource = rRegion.getRegionBand(); in Union()
939 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
1031 const RegionBand* pCurrent = getRegionBand(); in Intersect()
1039 const RegionBand* pSource = rRegion.getRegionBand(); in Intersect()
1059 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect()
1129 const RegionBand* pCurrent = getRegionBand(); in Exclude()
1137 const RegionBand* pSource = rRegion.getRegionBand(); in Exclude()
1146 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
1217 const RegionBand* pCurrent = getRegionBand(); in XOr()
1226 const RegionBand* pSource = rRegion.getRegionBand(); in XOr()
1235 RegionBand* pNew = new RegionBand(*pCurrent); in XOr()
1355 const RegionBand* Region::GetAsRegionBand() const in GetAsRegionBand()
1395 const RegionBand* pRegionBand = GetAsRegionBand(); in IsInside()
1492 mpRegionBand.reset(rRect.IsEmpty() ? 0 : new RegionBand(rRect)); in operator =()
1606 RegionBand* pNewRegionBand = new RegionBand(); in operator >>()
1672 const RegionBand* pRegionBand = rRegion.getRegionBand(); in operator <<()
1682 const RegionBand aRegionBand; in operator <<()
1709 const RegionBand* pRegionBand = GetAsRegionBand(); in GetRegionRectangles()