Searched defs:LPEInterpolate (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-interpolate.h25 class LPEInterpolate : public Effect { class in namespace:Inkscape::LivePathEffect
27 LPEInterpolate(LivePathEffectObject *lpeobject);
28 virtual ~LPEInterpolate();
38 LPEInterpolate(const LPEInterpolate&);
39 LPEInterpolate& operator=(const LPEInterpolate&);
H A Dlpe-interpolate.cpp28 LPEInterpolate::LPEInterpolate(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEInterpolate
44 LPEInterpolate::~LPEInterpolate()
53 LPEInterpolate::doEffect_path (Geom::PathVector const & path_in)
101 LPEInterpolate::resetDefaults(SPItem const* item)

Completed in 14 milliseconds