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

/inkscape/src/
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);

Completed in 12 milliseconds