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

/inkscape/src/display/
H A Dcurve.cpp435 Geom::Path const &lastpath = _pathv.back(); member in class:Geom
436 if (!lastpath.empty()) {
437 Geom::Curve const &back = lastpath.back_default();
440 retval = lastpath.initialPoint();
492 Geom::Path & lastpath = _pathv.back(); local
493 lastpath.appendNew<Geom::LineSegment>( (*it).initialPoint() );
494 lastpath.append( (*it) );
540 Geom::Path & lastpath = _pathv.back(); local
543 newfirstpath.setInitial(lastpath.finalPoint());
544 lastpath
[all...]

Completed in 15 milliseconds