Searched refs:performPathEffect (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.h72 bool performPathEffect(SPCurve *curve, bool is_clip_or_mask = false);
H A Dbox3d-side.cpp203 bool success = this->performPathEffect(c_lpe);
H A Dsp-path.cpp340 bool success = this->performPathEffect(curve);
H A Dsp-lpe-item.cpp212 bool SPLPEItem::performPathEffect(SPCurve *curve, bool is_clip_or_mask) { function in class:SPLPEItem
228 g_warning("SPLPEItem::performPathEffect - NULL lpeobj in list!");
236 g_warning("SPLPEItem::performPathEffect - lpeobj with invalid lpe in the stack!");
696 success = this->performPathEffect(c, true);
699 success = this->performPathEffect(c, true);
H A Dsp-spiral.cpp375 bool success = this->performPathEffect(c_lpe);
H A Dsp-ellipse.cpp455 bool success = this->performPathEffect(c_lpe);
H A Dsp-star.cpp456 bool success = this->performPathEffect(c_lpe);
H A Dsp-item-group.cpp852 topgroup->performPathEffect(c);

Completed in 656 milliseconds