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

/inkscape/src/
H A Dsp-lpe-item.h53 void replacePathEffects( std::vector<LivePathEffectObject const *> const &old_lpeobjs,
H A Dsp-lpe-item.cpp878 void SPLPEItem::replacePathEffects( std::vector<LivePathEffectObject const *> const &old_lpeobjs, argument
885 std::vector<LivePathEffectObject const *>::const_iterator found_it(std::find(old_lpeobjs.begin(), old_lpeobjs.end(), current_lpeobj));
887 if ( found_it != old_lpeobjs.end() ) {
888 std::vector<LivePathEffectObject const *>::difference_type found_index = std::distance (old_lpeobjs.begin(), found_it);
921 std::vector<LivePathEffectObject const *> old_lpeobjs, new_lpeobjs; local
930 old_lpeobjs.push_back(lpeobj);
937 this->replacePathEffects(old_lpeobjs, new_lpeobjs);

Completed in 75 milliseconds