Searched refs:hasPathEffectRecursive (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-path.cpp296 if (_curve_before_lpe && hasPathEffectRecursive()) {
334 if (_curve_before_lpe && hasPathEffectRecursive()) {
417 if (_curve_before_lpe && hasPathEffectRecursive()) {
430 if (_curve_before_lpe && hasPathEffectRecursive()) {
443 if (_curve_before_lpe && hasPathEffectRecursive()) {
H A Dsp-lpe-item.h77 bool hasPathEffectRecursive() const;
H A Dsp-lpe-item.cpp317 while (parent && parent->hasPathEffectRecursive()) {
380 if (!lpeitem->hasPathEffectRecursive()) {
402 if (!lpeitem->hasPathEffectRecursive() && repr->attribute("inkscape:original-d")) {
631 bool SPLPEItem::hasPathEffectRecursive() const function in class:SPLPEItem
634 return hasPathEffect() || SP_LPE_ITEM(parent)->hasPathEffectRecursive();
773 if (this->hasPathEffectRecursive()) {
782 if (this->hasPathEffectRecursive()) {
H A Dpath-chemistry.cpp632 if ( path->hasPathEffectRecursive() ) {
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp798 has_lpe = SP_LPE_ITEM(dc->white_item)->hasPathEffectRecursive();
H A Dtweak-tool.cpp629 if (lpeitem && lpeitem->hasPathEffectRecursive()) {

Completed in 642 milliseconds