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

/inkscape/src/ui/tool/
H A Dnode.cpp384 std::vector<Inkscape::SnapCandidatePoint> unselected; local
390 unselected.push_back(n->snapCandidatePoint());
392 sm.setupIgnoreSelection(_desktop, true, &unselected);
1028 // First handle the trivial case of growing over an unselected node.
1038 // Linear grow is simple. We find the first unselected nodes in each direction
1046 // find first unselected nodes on both sides
1052 // there is no unselected node in this cyclic subpath
1056 // this node, because there is at least one unselected node in the subpath,
1222 std::vector<Inkscape::SnapCandidatePoint> unselected; local
1229 * TODO Snapping to unselected segment
[all...]

Completed in 18 milliseconds