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

/inkscape/src/
H A Dsp-lpe-item.h76 bool hasPathEffectOfType(int const type) const;
H A Dsp-path.cpp297 if (this->hasPathEffectOfType(Inkscape::LivePathEffect::CLONE_ORIGINAL) || this->hasPathEffectOfType(Inkscape::LivePathEffect::BEND_PATH)) {
H A Dsp-lpe-item.cpp611 bool SPLPEItem::hasPathEffectOfType(int const type) const function in class:SPLPEItem
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp280 if(!SP_IS_LPE_ITEM(item) || !SP_LPE_ITEM(item)->hasPathEffectOfType(BEND_PATH)){

Completed in 84 milliseconds