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

/inkscape/src/
H A Dsp-lpe-item.cpp879 std::vector<LivePathEffectObject const *> const &new_lpeobjs )
889 const gchar * repr_id = new_lpeobjs[found_index]->getRepr()->attribute("id");
921 std::vector<LivePathEffectObject const *> old_lpeobjs, new_lpeobjs; local
931 new_lpeobjs.push_back(forked_lpeobj);
937 this->replacePathEffects(old_lpeobjs, new_lpeobjs);

Completed in 17 milliseconds