Lines Matching refs:B2DPolyRange
68 explicit ImplB2DPolyRange( const B2DPolyRange::ElementType& rElem ) : in ImplB2DPolyRange()
90 B2DPolyRange::ElementType getElement(sal_uInt32 nIndex) const in getElement()
96 void setElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement ) in setElement()
110 …void insertElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement, sal_uInt32 nCount) in insertElement()
124 void appendElement(const B2DPolyRange::ElementType& rElement, sal_uInt32 nCount) in appendElement()
261 B2DPolyRange::B2DPolyRange() : in B2DPolyRange() function in basegfx::B2DPolyRange
265 B2DPolyRange::~B2DPolyRange() in ~B2DPolyRange()
268 B2DPolyRange::B2DPolyRange( const ElementType& rElem ) : in B2DPolyRange() function in basegfx::B2DPolyRange
272 B2DPolyRange::B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in B2DPolyRange() function in basegfx::B2DPolyRange
276 B2DPolyRange::B2DPolyRange( const B2DPolyRange& rRange ) : in B2DPolyRange() function in basegfx::B2DPolyRange
280 B2DPolyRange& B2DPolyRange::operator=( const B2DPolyRange& rRange ) in operator =()
286 void B2DPolyRange::makeUnique() in makeUnique()
291 bool B2DPolyRange::operator==(const B2DPolyRange& rRange) const in operator ==()
299 bool B2DPolyRange::operator!=(const B2DPolyRange& rRange) const in operator !=()
304 sal_uInt32 B2DPolyRange::count() const in count()
309 B2DPolyRange::ElementType B2DPolyRange::getElement(sal_uInt32 nIndex) const in getElement()
314 void B2DPolyRange::setElement(sal_uInt32 nIndex, const ElementType& rElement ) in setElement()
319 …void B2DPolyRange::setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrie… in setElement()
324 …void B2DPolyRange::insertElement(sal_uInt32 nIndex, const ElementType& rElement, sal_uInt32 nCount) in insertElement()
329 …void B2DPolyRange::insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eO… in insertElement()
334 void B2DPolyRange::appendElement(const ElementType& rElement, sal_uInt32 nCount) in appendElement()
339 …void B2DPolyRange::appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 n… in appendElement()
344 void B2DPolyRange::insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange& rRange) in insertPolyRange()
349 void B2DPolyRange::appendPolyRange(const B2DPolyRange& rRange) in appendPolyRange()
354 void B2DPolyRange::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
359 void B2DPolyRange::clear() in clear()
364 void B2DPolyRange::flip() in flip()
369 B2DRange B2DPolyRange::getBounds() const in getBounds()
374 bool B2DPolyRange::isInside( const B2DTuple& rTuple ) const in isInside()
379 bool B2DPolyRange::isInside( const B2DRange& rRange ) const in isInside()
384 bool B2DPolyRange::overlaps( const B2DRange& rRange ) const in overlaps()
389 B2DPolyPolygon B2DPolyRange::solveCrossovers() const in solveCrossovers()
394 const B2DRange* B2DPolyRange::begin() const in begin()
399 const B2DRange* B2DPolyRange::end() const in end()
404 B2DRange* B2DPolyRange::begin() in begin()
409 B2DRange* B2DPolyRange::end() in end()