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

/inkscape/src/live_effects/
H A Dlpe-bendpath.h35 class LPEBendPath : public Effect, GroupBBoxEffect { class in namespace:Inkscape::LivePathEffect
37 LPEBendPath(LivePathEffectObject *lpeobject);
38 virtual ~LPEBendPath();
64 LPEBendPath(const LPEBendPath&);
65 LPEBendPath& operator=(const LPEBendPath&);
H A Dlpe-bendpath.cpp61 KnotHolderEntityWidthBendPath(LPEBendPath * effect) : LPEKnotHolderEntity(effect) {}
67 LPEBendPath::LPEBendPath(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEBendPath
88 LPEBendPath::~LPEBendPath()
94 LPEBendPath::doBeforeEffect (SPLPEItem const* lpeitem)
102 LPEBendPath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
149 LPEBendPath::resetDefaults(SPItem const* item)
169 LPEBendPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)
175 LPEBendPath
[all...]

Completed in 24 milliseconds