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

/inkscape/src/helper/
H A Dgeom.cpp577 Geom::Path pitCubic = (Geom::Path)(*pit); local
579 pitCubic.close(false);
580 pitCubic.appendNew<Geom::LineSegment>( pitCubic.initialPoint() );
581 pitCubic.close(true);
583 for (Geom::Path::iterator cit = pitCubic.begin(); cit != pitCubic.end_open(); ++cit) {

Completed in 14 milliseconds