Searched refs:RegionBand (Results 1 – 4 of 4) sorted by relevance
31 DBG_NAME( RegionBand )37 RegionBand::RegionBand() in DBG_NAMEEX()41 DBG_CTOR(RegionBand, ImplDbgTestRegionBand); in DBG_NAMEEX()44 RegionBand::RegionBand(const RegionBand& rRef) in RegionBand() function in RegionBand49 DBG_CTOR(RegionBand, ImplDbgTestRegionBand); in RegionBand()52 RegionBand& RegionBand::operator=(const RegionBand& rRef) in operator =()75 DBG_CHKTHIS(RegionBand, ImplDbgTestRegionBand); in operator =()76 DBG_CHKOBJ(&rRef, RegionBand, ImplDbgTestRegionBand); in operator =()81 RegionBand::RegionBand(const Rectangle& rRect) in RegionBand() function in RegionBand96 DBG_CTOR(RegionBand, ImplDbgTestRegionBand); in RegionBand()[all …]
98 RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly) in ImplRectilinearPolygonToBands()103 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands()196 …RegionBand* 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()[all …]
34 class RegionBand class45 RegionBand();46 RegionBand(const RegionBand&);47 RegionBand& operator=(const RegionBand&);48 RegionBand(const Rectangle&);49 ~RegionBand();51 bool operator==( const RegionBand& rRegionBand ) const;52 …bool operator!=( const RegionBand& rRegionBand ) const { return !(RegionBand::operator==( rRegionB… in operator !=()72 void Union(const RegionBand& rSource);75 void Intersect(const RegionBand& rSource);[all …]
32 class RegionBand;38 typedef boost::shared_ptr< RegionBand > RegionBandPtr;79 const RegionBand* getRegionBand() const { return mpRegionBand.get(); } in getRegionBand()85 const RegionBand* GetAsRegionBand() const;