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

/inkscape/src/ui/tool/
H A Dpath-manipulator.h118 unsigned _deleteStretch(NodeList::iterator first, NodeList::iterator last, bool keep_shape);
H A Dpath-manipulator.cpp630 num_selected -= _deleteStretch(sel_beg, sel_end, keep_shape);
646 unsigned PathManipulator::_deleteStretch(NodeList::iterator start, NodeList::iterator end, bool keep_shape) function in class:Inkscape::UI::PathManipulator
1547 _deleteStretch(iter, iter.next(), true);

Completed in 18 milliseconds