Lines Matching defs:const
90 bool operator==(const CoordinateDataArray2D& rCandidate) const in operator ==() argument
95 const basegfx::B2DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate()
279 bool operator==(const ControlVectorPair2D& rData) const in operator ==() argument
332 bool operator==(const ControlVectorArray2D& rCandidate) const in operator ==() argument
342 const basegfx::B2DVector& getPrevVector(sal_uInt32 nIndex) const in getPrevVector()
374 const basegfx::B2DVector& getNextVector(sal_uInt32 nIndex) const in getNextVector()
535 … const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision() argument
545 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange() argument
634 const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision() argument
649 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange() argument
728 bool operator==(const ImplB2DPolygon& rCandidate) const in operator ==() argument
767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint()
812 const basegfx::B2DVector& getPrevControlVector(sal_uInt32 nIndex) const in getPrevControlVector()
845 const basegfx::B2DVector& getNextControlVector(sal_uInt32 nIndex) const in getNextControlVector()
1232 bool B2DPolygon::operator==(const B2DPolygon& rPolygon) const in operator ==() argument
1240 bool B2DPolygon::operator!=(const B2DPolygon& rPolygon) const in operator !=() argument
1250 B2DPoint B2DPolygon::getB2DPoint(sal_uInt32 nIndex) const in getB2DPoint()
1295 B2DPoint B2DPolygon::getPrevControlPoint(sal_uInt32 nIndex) const in getPrevControlPoint()
1309 B2DPoint B2DPolygon::getNextControlPoint(sal_uInt32 nIndex) const in getNextControlPoint()
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()