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

/inkscape/src/ui/tool/
H A Dpath-manipulator.h81 void reverseSubpaths(bool selected_only);
H A Dpath-manipulator.cpp786 * @param selected_only If true, only paths that have at least one selected node
788 void PathManipulator::reverseSubpaths(bool selected_only) argument
791 if (selected_only) {

Completed in 19 milliseconds