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

/inkscape/src/
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);

Completed in 79 milliseconds