Searched defs:last_k (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp214 NodeList::iterator last_k; local
226 last_k = k;
255 if (++last_k == (*last_j)->end()) {
256 // here, last_k points to the node to be selected
265 last_k = (*last_j)->begin();
268 if (!last_k || last_k == (*last_j)->begin()) {
277 last_k = (*last_j)->end();
279 --last_k;
282 _selection.insert(last_k
[all...]

Completed in 21 milliseconds