Searched refs:is_clip_or_mask (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.h72 bool performPathEffect(SPCurve *curve, bool is_clip_or_mask = false);
H A Dsp-lpe-item.cpp212 bool SPLPEItem::performPathEffect(SPCurve *curve, bool is_clip_or_mask) { argument
245 if (!is_clip_or_mask || (is_clip_or_mask && lpe->apply_to_clippath_and_mask)) {
268 if(!SP_IS_GROUP(this) && !is_clip_or_mask){

Completed in 29 milliseconds