Searched refs:LPEdoEffectStackTest (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-test-doEffect-stack.h5 * Inkscape::LPEdoEffectStackTest
24 class LPEdoEffectStackTest : public Effect { class in namespace:Inkscape::LivePathEffect
26 LPEdoEffectStackTest(LivePathEffectObject *lpeobject);
27 virtual ~LPEdoEffectStackTest();
38 LPEdoEffectStackTest(const LPEdoEffectStackTest&);
39 LPEdoEffectStackTest& operator=(const LPEdoEffectStackTest&);
H A Dlpe-test-doEffect-stack.cpp20 LPEdoEffectStackTest::LPEdoEffectStackTest(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEdoEffectStackTest
34 LPEdoEffectStackTest::~LPEdoEffectStackTest()
40 LPEdoEffectStackTest::doEffect (SPCurve * curve)
51 LPEdoEffectStackTest::doEffect_path (Geom::PathVector const &path_in)
63 LPEdoEffectStackTest::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
H A Deffect.cpp260 neweffect = static_cast<Effect*> ( new LPEdoEffectStackTest(lpeobj) );

Completed in 118 milliseconds