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

/inkscape/src/ui/tool/
H A Dnode.h426 void splice(iterator pos, NodeList &list);
427 void splice(iterator pos, NodeList &list, iterator i);
428 void splice(iterator pos, NodeList &list, iterator first, iterator last);
H A Dnode.cpp1566 void NodeList::splice(iterator pos, NodeList &list) function in class:Inkscape::UI::NodeList
1568 splice(pos, list, list.begin(), list.end());
1571 void NodeList::splice(iterator pos, NodeList &list, iterator i) function in class:Inkscape::UI::NodeList
1575 splice(pos, list, i, j);
1578 void NodeList::splice(iterator pos, NodeList &/*list*/, iterator first, iterator last) function in class:Inkscape::UI::NodeList
H A Dpath-manipulator.cpp560 sp->splice(sp->begin(), *sp, cur, sp->end());
566 new_sp->splice(new_sp->end(), *sp, sp->begin(), cur);
758 sp->splice(sp->begin(), *sp, sel_end.prev(), sp->end());
771 new_sp->splice(new_sp->end(), *sp, sp->begin(), sel_beg.next());
H A Dmulti-path-manipulator.cpp406 sp_first.splice(sp_first.end(), sp_second);
450 sp_first.splice(sp_first.end(), sp_second);
/inkscape/src/
H A Dsnap.cpp62 s.splice(s.begin(), gs);

Completed in 72 milliseconds