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

/inkscape/src/
H A Dsp-lpe-item.cpp197 if ( hasPathEffect() ) {
220 if (this->hasPathEffect() && this->pathEffectsEnabled()) {
593 bool SPLPEItem::hasPathEffect() const function in class:SPLPEItem
634 return hasPathEffect() || SP_LPE_ITEM(parent)->hasPathEffectRecursive();
637 return hasPathEffect();
912 if ( this->hasPathEffect() ) {

Completed in 16 milliseconds