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

/inkscape/src/
H A Dsp-lpe-item.h92 void addPathEffect(std::string value, bool reset);
93 void addPathEffect(LivePathEffectObject * new_lpeobj);
H A Dsp-lpe-item.cpp422 void SPLPEItem::addPathEffect(std::string value, bool reset) function in class:SPLPEItem
438 hreflist.push_back(value); // C++11: should be emplace_back std::move'd (also the reason why passed by value to addPathEffect)
482 void SPLPEItem::addPathEffect(LivePathEffectObject * new_lpeobj) function in class:SPLPEItem
486 this->addPathEffect(hrefstr, false);
H A Dselection-chemistry.cpp2902 clone_lpeitem->addPathEffect(lpe_id_href, false);
/inkscape/src/live_effects/
H A Deffect.cpp347 SP_LPE_ITEM(item)->addPathEffect(href, true);
/inkscape/src/ui/
H A Dclipboard.cpp1042 lpeitem->addPathEffect(lpeobj);

Completed in 102 milliseconds