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

/inkscape/src/live_effects/
H A Dlpe-curvestitch.h26 class LPECurveStitch : public Effect { class in namespace:Inkscape::LivePathEffect
28 LPECurveStitch(LivePathEffectObject *lpeobject);
29 virtual ~LPECurveStitch();
47 LPECurveStitch(const LPECurveStitch&);
48 LPECurveStitch& operator=(const LPECurveStitch&);
H A Dlpe-curvestitch.cpp39 LPECurveStitch::LPECurveStitch(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPECurveStitch
66 LPECurveStitch::~LPECurveStitch()
72 LPECurveStitch::doEffect_path (Geom::PathVector const & path_in)
153 LPECurveStitch::resetDefaults(SPItem const* item)
197 LPECurveStitch::transform_multiply(Geom::Affine const& postmul, bool set)
H A Deffect.cpp197 neweffect = static_cast<Effect*> ( new LPECurveStitch(lpeobj) );

Completed in 15 milliseconds