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

/inkscape/src/
H A Dsp-lpe-item.cpp502 PathEffectList new_list = *this->path_effect_list; local
503 new_list.remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list
504 this->getRepr()->setAttribute("inkscape:path-effect", patheffectlist_svg_string(new_list));
539 PathEffectList new_list = *this->path_effect_list;
540 PathEffectList::iterator cur_it = find( new_list.begin(), new_list.end(), lperef );
541 if (cur_it != new_list.end()) {
544 if (down_it != new_list.end()) { // perhaps current effect is already last effect
549 this->getRepr()->setAttribute("inkscape:path-effect", patheffectlist_svg_string(new_list));
560 PathEffectList new_list
[all...]

Completed in 47 milliseconds