Search

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

/inkscape/src/2geom/
H A Dd2-sbasis.cpp260 bool inserted = false; local
268 inserted = true;
273 inserted = true;
277 if (!inserted) {
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp289 NodeList::iterator inserted = subdivideSegment(first, t); local
293 _selection.insert(inserted.ptr());
1007 // the new node will be inserted as the first node instead.
1011 NodeList::iterator inserted; local
1017 inserted = list.insert(insert_at, n);
1057 inserted = list.insert(insert_at, n);
1062 return inserted;
/inkscape/
H A Dbuildtool.cpp6472 bool inserted = false; local
6484 inserted = true;
6489 if (!inserted)

Completed in 61 milliseconds