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

/inkscape/src/ui/tool/
H A Dpath-manipulator.h97 NodeList::iterator subdivideSegment(NodeList::iterator after, double t);
H A Dpath-manipulator.cpp272 j = subdivideSegment(j, 0.5);
289 NodeList::iterator inserted = subdivideSegment(first, t);
354 _selection.insert( subdivideSegment(extremum_vector[i].first, t).ptr() );
994 NodeList::iterator PathManipulator::subdivideSegment(NodeList::iterator first, double t) function in class:Inkscape::UI::PathManipulator

Completed in 19 milliseconds