Searched refs:doEffect (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/live_effects/
H A Dlpe-bounding-box.h23 virtual void doEffect (SPCurve * curve);
H A Dlpe-clone-original.h23 virtual void doEffect (SPCurve * curve);
H A Dlpe-fill-between-many.h23 virtual void doEffect (SPCurve * curve);
H A Dlpe-clone-original.cpp28 void LPECloneOriginal::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPECloneOriginal
H A Dlpe-fill-between-strokes.h23 virtual void doEffect (SPCurve * curve);
H A Dlpe-spiro.h23 virtual void doEffect(SPCurve * curve);
H A Dlpe-attach-path.h28 virtual void doEffect (SPCurve * curve);
H A Dlpe-test-doEffect-stack.h11 * This effect is to test whether running up and down the doEffect stack does not change the original-d too much.
29 virtual void doEffect (SPCurve * curve);
H A Dlpe-test-doEffect-stack.cpp9 #include "live_effects/lpe-test-doEffect-stack.h"
40 LPEdoEffectStackTest::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPEdoEffectStackTest
43 Effect::doEffect(curve);
H A Dlpe-bspline.h26 virtual void doEffect(SPCurve *curve);
H A Dlpe-bounding-box.cpp37 void LPEBoundingBox::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPEBoundingBox
H A Dlpe-fill-between-many.cpp36 void LPEFillBetweenMany::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPEFillBetweenMany
H A Dlpe-perspective-envelope.h35 virtual void doEffect(SPCurve *curve);
H A Dlpe-roughen.h46 virtual void doEffect(SPCurve *curve);
H A Dlpe-simplify.h23 virtual void doEffect(SPCurve *curve);
H A Dlpe-fill-between-strokes.cpp38 void LPEFillBetweenStrokes::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPEFillBetweenStrokes
H A Dlpe-spiro.cpp38 LPESpiro::doEffect(SPCurve * curve) function in class:Inkscape::LivePathEffect::LPESpiro
H A Deffect.h85 virtual void doEffect (SPCurve * curve);
129 // provide a set of doEffect functions so the developer has a choice
132 // called by this base class. (i.e. doEffect(SPCurve * curve) defaults to calling
133 // doEffect(Geom::PathVector )
H A Dlpe-attach-path.cpp65 void LPEAttachPath::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::LPEAttachPath
H A Dlpe-simplify.cpp130 LPESimplify::doEffect(SPCurve *curve) function in class:Inkscape::LivePathEffect::LPESimplify
H A Dlpe-bspline.cpp174 void LPEBSpline::doEffect(SPCurve *curve) function in class:Inkscape::LivePathEffect::LPEBSpline
H A Deffect.cpp62 #include "live_effects/lpe-test-doEffect-stack.h"
99 {DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"},
521 * Here be the doEffect function chain:
524 Effect::doEffect (SPCurve * curve) function in class:Inkscape::LivePathEffect::Effect
565 g_warning("Effect has no doEffect implementation");
H A Dlpe-perspective-envelope.cpp66 void LPEPerspectiveEnvelope::doEffect(SPCurve *curve) function in class:Inkscape::LivePathEffect::LPEPerspectiveEnvelope
H A Dlpe-roughen.cpp195 void LPERoughen::doEffect(SPCurve *curve) function in class:Inkscape::LivePathEffect::LPERoughen
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp257 lpe->doEffect(c);

Completed in 589 milliseconds

12