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

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp213 SubpathList::iterator last_j; local
225 last_j = j;
255 if (++last_k == (*last_j)->end()) {
257 ++last_j;
258 if (last_j == last_i->second->subpathList().end()) {
263 last_j = last_i->second->subpathList().begin();
265 last_k = (*last_j)->begin();
268 if (!last_k || last_k == (*last_j)->begin()) {
269 if (last_j == last_i->second->subpathList().begin()) {
274 last_j
[all...]

Completed in 10 milliseconds