Home
last modified time | relevance | path

Searched refs:parent_lpe_item (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-lpe-item.cpp827 SPLPEItem * parent_lpe_item = dynamic_cast<SPLPEItem *>(parent); in hasPathEffectOfTypeRecursive() local
828 if (parent_lpe_item) { in hasPathEffectOfTypeRecursive()
829 …return hasPathEffectOfType(type, is_ready) || parent_lpe_item->hasPathEffectOfTypeRecursive(type, … in hasPathEffectOfTypeRecursive()
888 SPLPEItem * parent_lpe_item = dynamic_cast<SPLPEItem *>(parent); in hasPathEffectOnClipOrMaskRecursive() local
889 if (parent_lpe_item) { in hasPathEffectOnClipOrMaskRecursive()
890 …return hasPathEffectOnClipOrMask(shape) || parent_lpe_item->hasPathEffectOnClipOrMaskRecursive(sha… in hasPathEffectOnClipOrMaskRecursive()
917 SPLPEItem * parent_lpe_item = dynamic_cast<SPLPEItem *>(parent); in hasPathEffectRecursive() local
918 if (parent_lpe_item) { in hasPathEffectRecursive()
919 return hasPathEffect() || parent_lpe_item->hasPathEffectRecursive(); in hasPathEffectRecursive()