Searched refs:B2DPolyRange (Results 1 – 7 of 7) sorted by relevance
261 B2DPolyRange::B2DPolyRange() : in B2DPolyRange() function in basegfx::B2DPolyRange265 B2DPolyRange::~B2DPolyRange() in ~B2DPolyRange()268 B2DPolyRange::B2DPolyRange( const ElementType& rElem ) : in B2DPolyRange() function in basegfx::B2DPolyRange272 B2DPolyRange::B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in B2DPolyRange() function in basegfx::B2DPolyRange276 B2DPolyRange::B2DPolyRange( const B2DPolyRange& rRange ) : in B2DPolyRange() function in basegfx::B2DPolyRange280 B2DPolyRange& B2DPolyRange::operator=( const B2DPolyRange& rRange ) in operator =()291 bool B2DPolyRange::operator==(const B2DPolyRange& rRange) const in operator ==()299 bool B2DPolyRange::operator!=(const B2DPolyRange& rRange) const in operator !=()309 B2DPolyRange::ElementType B2DPolyRange::getElement(sal_uInt32 nIndex) const in getElement()344 void B2DPolyRange::insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange& rRange) in insertPolyRange()[all …]
55 class BASEGFX_DLLPUBLIC B2DPolyRange class60 B2DPolyRange();61 ~B2DPolyRange();65 explicit B2DPolyRange( const ElementType& rElement );66 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient );67 B2DPolyRange( const B2DPolyRange& );68 B2DPolyRange& operator=( const B2DPolyRange& );73 bool operator==(const B2DPolyRange&) const;74 bool operator!=(const B2DPolyRange&) const;90 void insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange&);[all …]
73 B2DPolyRange aDisjunctRanges;74 B2DPolyRange aEqualRanges;75 B2DPolyRange aIntersectionN;76 B2DPolyRange aIntersectionE;77 B2DPolyRange aIntersectionS;78 B2DPolyRange aIntersectionW;79 B2DPolyRange aIntersectionNE;80 B2DPolyRange aIntersectionSE;81 B2DPolyRange aIntersectionSW;82 B2DPolyRange aIntersectionNW;[all …]
264 B2DPolyRange aRange; in TEST_F()
36 class B2DPolyRange;
293 basegfx::B2DPolyRange maUpdateAreas;
495 mutable B2DPolyRange maPendingRanges;
Completed in 58 milliseconds