Searched refs:splice (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | node.h | 426 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 D | node.cpp | 1566 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 D | path-manipulator.cpp | 560 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 D | multi-path-manipulator.cpp | 406 sp_first.splice(sp_first.end(), sp_second); 450 sp_first.splice(sp_first.end(), sp_second);
|
/inkscape/src/ |
H A D | snap.cpp | 62 s.splice(s.begin(), gs);
|
Completed in 72 milliseconds