Searched refs:ins (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/io/
H A Dstreamtest.cpp29 Inkscape::IO::UriInputStream ins(inUri);
33 pipeStream(ins, outs);
35 ins.close();
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp237 for (NodeList::iterator ins = sp_start; ins != sp_end; ++ins)
238 _selection.insert(ins.ptr());
554 SubpathPtr ins; local
562 ins = sp;
568 ins = new_sp;
572 ins->insert(ins->end(), n);
H A Dnode.cpp1557 ListNode *ins = pos._node; local
1558 x->ln_next = ins;
1559 x->ln_prev = ins->ln_prev;
1560 ins->ln_prev->ln_next = x;
1561 ins->ln_prev = x;

Completed in 25 milliseconds