Lines Matching refs:lpe

24 #include "live_effects/lpe-path_length.h"
33 #include "sp-lpe-item.h"
231 Inkscape::LivePathEffect::Effect *lpe = lpeobj->get_lpe();
232 if (!lpe) {
236 g_warning("SPLPEItem::performPathEffect - lpeobj with invalid lpe in the stack!");
239 if (lpe->isVisible()) {
240 if (lpe->acceptsNumClicks() > 0 && !lpe->isReady()) {
245 if (!is_clip_or_mask || (is_clip_or_mask && lpe->apply_to_clippath_and_mask)) {
248 lpe->doBeforeEffect_impl(this);
252 lpe->doEffect(curve);
255 g_warning("Exception during LPE %s execution. \n %s", lpe->getName().c_str(), e.what());
263 lpe->doAfterEffect(this);
301 Inkscape::LivePathEffect::Effect *lpe = (*i)->lpeobject->get_lpe();
302 if (dynamic_cast<Inkscape::LivePathEffect::LPEPathLength *>(lpe)) {
303 if (!lpe->isVisible()) {
306 static_cast<Inkscape::LivePathEffect::LPEPathLength *>(lpe)->hideCanvasText();
425 // Apply the path effects here because in the casse of a group, lpe->resetDefaults
429 // Disable the path effects while preparing the new lpe
451 Inkscape::LivePathEffect::Effect *lpe = lpeobj->get_lpe();
455 lpe->resetDefaults(this);
459 lpe->doOnApply(this);
462 lpe->setReady();
503 new_list.remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list
621 Inkscape::LivePathEffect::Effect const* lpe = lpeobj->get_lpe();
622 if (lpe && (lpe->effectType() == type)) {
737 Inkscape::LivePathEffect::Effect* lpe = lpeobj->get_lpe();
738 if (lpe && (lpe->effectType() == type)) {
739 return lpe;
753 Inkscape::LivePathEffect::Effect const *lpe = lpeobj->get_lpe();
754 if (lpe && (lpe->effectType() == type)) {
755 return lpe;