Lines Matching defs:cur
545 NodeList::iterator cur = sp->begin(), end = sp->end();
548 // For 2-node open paths, cur == end
549 ++cur;
552 for (; cur != end; ++cur) {
553 if (!cur->selected()) continue;
559 if (cur != sp->begin())
560 sp->splice(sp->begin(), *sp, cur, sp->end());
566 new_sp->splice(new_sp->end(), *sp, sp->begin(), cur);
571 Node *n = new Node(_multi_path_manipulator._path_data.node_data, cur->position());
573 cur->setType(NODE_CUSP, false);
574 n->back()->setRelativePos(cur->back()->relativePos());
575 cur->back()->retract();
579 cur = sp->begin(); // this will be increased to ++sp->begin()
669 for (NodeList::iterator cur = start.prev(); cur != end; cur = cur.next()) {
670 Geom::CubicBezier bc(*cur, *cur->front(), *cur.next(), *cur.next()->back());