Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-fillet-chamfer.h37 void doBeforeEffect(SPLPEItem const *lpeItem) override;
39 void doOnApply(SPLPEItem const *lpeItem) override;
H A Dlpe-fillet-chamfer.cpp94 void LPEFilletChamfer::doOnApply(SPLPEItem const *lpeItem) in doOnApply() argument
96 SPLPEItem *splpeitem = const_cast<SPLPEItem *>(lpeItem); in doOnApply()
175 SPLPEItem *item = const_cast<SPLPEItem *>(lpeItem); in doOnApply()
327 void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem) in doBeforeEffect() argument
372 doOnApply(lpeItem); // dont want _impl to not update versioning in doBeforeEffect()
450 doOnApply(lpeItem); // dont want _impl to not update versioning in doBeforeEffect()
H A Dlpe-powerstroke.h43 void doBeforeEffect(SPLPEItem const *lpeItem) override;
H A Dlpe-powerstroke.cpp198 LPEPowerStroke::doBeforeEffect(SPLPEItem const *lpeItem) in doBeforeEffect() argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/knot/
H A Dknot-holder.cpp283 SPLPEItem *lpeItem = dynamic_cast<SPLPEItem *>(object); in knot_ungrabbed_handler() local
284 if (lpeItem) { in knot_ungrabbed_handler()
287 Inkscape::LivePathEffect::Effect *lpe = lpeItem->getCurrentLPE(); in knot_ungrabbed_handler()