Lines Matching refs:B2DPolygon

524 	boost::scoped_ptr< basegfx::B2DPolygon >		mpDefaultSubdivision;
535 … const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision()
539 …const_cast< ImplBufferedData* >(this)->mpDefaultSubdivision.reset(new basegfx::B2DPolygon(basegfx:… in getDefaultAdaptiveSubdivision()
545 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange()
634 const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision()
649 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange()
1198 struct DefaultPolygon: public rtl::Static<B2DPolygon::ImplType, DefaultPolygon> {};
1201 B2DPolygon::B2DPolygon() in B2DPolygon() function in basegfx::B2DPolygon
1205 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon) in B2DPolygon() function in basegfx::B2DPolygon
1209 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) in B2DPolygon() function in basegfx::B2DPolygon
1217 B2DPolygon::~B2DPolygon() in ~B2DPolygon()
1221 B2DPolygon& B2DPolygon::operator=(const B2DPolygon& rPolygon) in operator =()
1227 void B2DPolygon::makeUnique() in makeUnique()
1232 bool B2DPolygon::operator==(const B2DPolygon& rPolygon) const in operator ==()
1240 bool B2DPolygon::operator!=(const B2DPolygon& rPolygon) const in operator !=()
1245 sal_uInt32 B2DPolygon::count() const in count()
1250 B2DPoint B2DPolygon::getB2DPoint(sal_uInt32 nIndex) const in getB2DPoint()
1257 void B2DPolygon::setB2DPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setB2DPoint()
1267 void B2DPolygon::reserve(sal_uInt32 nCount) in reserve()
1272 void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPoint& rPoint, sal_uInt32 nCount) in insert()
1282 void B2DPolygon::append(const B2DPoint& rPoint, sal_uInt32 nCount) in append()
1290 void B2DPolygon::append(const B2DPoint& rPoint) in append()
1295 B2DPoint B2DPolygon::getPrevControlPoint(sal_uInt32 nIndex) const in getPrevControlPoint()
1309 B2DPoint B2DPolygon::getNextControlPoint(sal_uInt32 nIndex) const in getNextControlPoint()
1323 void B2DPolygon::setPrevControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setPrevControlPoint()
1334 void B2DPolygon::setNextControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setNextControlPoint()
1345 …void B2DPolygon::setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx… in setControlPoints()
1358 void B2DPolygon::resetPrevControlPoint(sal_uInt32 nIndex) in resetPrevControlPoint()
1368 void B2DPolygon::resetNextControlPoint(sal_uInt32 nIndex) in resetNextControlPoint()
1378 void B2DPolygon::resetControlPoints(sal_uInt32 nIndex) in resetControlPoints()
1389 void B2DPolygon::resetControlPoints() in resetControlPoints()
1397 void B2DPolygon::appendBezierSegment( in appendBezierSegment()
1415 bool B2DPolygon::areControlPointsUsed() const in areControlPointsUsed()
1420 bool B2DPolygon::isPrevControlPointUsed(sal_uInt32 nIndex) const in isPrevControlPointUsed()
1427 bool B2DPolygon::isNextControlPointUsed(sal_uInt32 nIndex) const in isNextControlPointUsed()
1434 B2VectorContinuity B2DPolygon::getContinuityInPoint(sal_uInt32 nIndex) const in getContinuityInPoint()
1451 bool B2DPolygon::isBezierSegment(sal_uInt32 nIndex) const in isBezierSegment()
1480 void B2DPolygon::getBezierSegment(sal_uInt32 nIndex, B2DCubicBezier& rTarget) const in getBezierSegment()
1514 B2DPolygon B2DPolygon::getDefaultAdaptiveSubdivision() const in getDefaultAdaptiveSubdivision()
1519 B2DRange B2DPolygon::getB2DRange() const in getB2DRange()
1524 …void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert()
1548 void B2DPolygon::append(const B2DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1570 void B2DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
1580 void B2DPolygon::clear() in clear()
1585 bool B2DPolygon::isClosed() const in isClosed()
1590 void B2DPolygon::setClosed(bool bNew) in setClosed()
1598 void B2DPolygon::flip() in flip()
1606 bool B2DPolygon::hasDoublePoints() const in hasDoublePoints()
1611 void B2DPolygon::removeDoublePoints() in removeDoublePoints()
1620 void B2DPolygon::transform(const B2DHomMatrix& rMatrix) in transform()
1628 const B2DPoint* B2DPolygon::begin() const in begin()
1633 const B2DPoint* B2DPolygon::end() const in end()
1638 B2DPoint* B2DPolygon::begin() in begin()
1643 B2DPoint* B2DPolygon::end() in end()