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

/inkscape/src/live_effects/
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 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&);

Completed in 11 milliseconds