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

/inkscape/src/live_effects/
H A Dlpe-lattice.h28 class LPELattice : public Effect, GroupBBoxEffect { class in namespace:Inkscape::LivePathEffect
31 LPELattice(LivePathEffectObject *lpeobject);
32 virtual ~LPELattice();
61 LPELattice(const LPELattice&);
62 LPELattice& operator=(const LPELattice&);
H A Dlpe-lattice.cpp41 LPELattice::LPELattice(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPELattice
84 LPELattice::~LPELattice()
91 LPELattice::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
176 LPELattice::doBeforeEffect (SPLPEItem const* lpeitem)
182 LPELattice::resetDefaults(SPItem const* item)
255 LPELattice::addHelperPathsImpl(SPLPEItem *lpeitem, SPDesktop *desktop)
H A Deffect.cpp200 neweffect = static_cast<Effect*> ( new LPELattice(lpeobj) );

Completed in 52 milliseconds