Home
last modified time | relevance | path

Searched refs:RegionBand (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dregionband.cxx31 DBG_NAME( RegionBand )
37 RegionBand::RegionBand() in DBG_NAMEEX()
44 RegionBand::RegionBand(const RegionBand& rRef) in RegionBand() function in RegionBand
52 RegionBand& RegionBand::operator=(const RegionBand& rRef) in operator =()
81 RegionBand::RegionBand(const Rectangle& rRect) in RegionBand() function in RegionBand
115 RegionBand::~RegionBand() in ~RegionBand()
121 bool RegionBand::operator==( const RegionBand& rRegionBand ) const in operator ==()
973 void RegionBand::Union(const RegionBand& rSource) in Union()
1082 void RegionBand::Intersect(const RegionBand& rSource) in Intersect()
1164 bool RegionBand::Exclude(const RegionBand& rSource) in Exclude()
[all …]
H A Dregion.cxx101 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands()
199 RegionBand* pRegionBand = new RegionBand(); in ImplGeneralPolygonToBands()
464 RegionBand* pNew = new RegionBand(*getRegionBand()); in Move()
581 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
674 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect()
755 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
840 RegionBand* pNew = new RegionBand(*getRegionBand()); in XOr()
937 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
1057 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect()
1144 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
[all …]
/aoo41x/main/vcl/inc/
H A Dregionband.hxx34 class RegionBand class
45 RegionBand();
46 RegionBand(const RegionBand&);
47 RegionBand& operator=(const RegionBand&);
48 RegionBand(const Rectangle&);
49 ~RegionBand();
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);
76 bool Exclude(const RegionBand& rSource);
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dregion.hxx32 class RegionBand;
38 typedef boost::shared_ptr< RegionBand > RegionBandPtr;
79 const RegionBand* getRegionBand() const { return mpRegionBand.get(); } in getRegionBand()
85 const RegionBand* GetAsRegionBand() const;

Completed in 46 milliseconds