Searched refs:isLineSegment (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-curve.h108 virtual bool isLineSegment() const { return size() == 2; } function in class:Geom::BezierCurve
252 virtual bool isLineSegment() const { function in class:Geom::BezierCurveN
318 template <> inline bool BezierCurveN<1>::isLineSegment() const { return true; } function in class:Geom::BezierCurveN
H A Dsbasis-curve.h92 virtual bool isLineSegment() const { return inner[X].size() == 1; } function in class:Geom::SBasisCurve
H A Dbezier-curve.cpp159 if (isLineSegment()) {
303 if (other.isLineSegment()) {
H A Dcurve.h98 virtual bool isLineSegment() const { return false; } function in class:Geom::Curve
H A Delliptical-arc.h268 virtual bool isLineSegment() const { return isChord(); } function in class:Geom::EllipticalArc
H A Dpath.cpp312 if (last->isLineSegment() && last->finalPoint() == initialPoint()) {
863 if (front().isLineSegment()) {
1045 if (_closed && c->isLineSegment() &&
H A Delliptical-arc.cpp587 if (isLineSegment()) {
594 if (other.isLineSegment()) {

Completed in 312 milliseconds