Searched refs:LPEPatternAlongPath (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-patternalongpath.h5 * Inkscape::LPEPatternAlongPath
33 class LPEPatternAlongPath : public Effect { class in namespace:Inkscape::LivePathEffect
35 LPEPatternAlongPath(LivePathEffectObject *lpeobject);
36 virtual ~LPEPatternAlongPath();
66 LPEPatternAlongPath(const LPEPatternAlongPath&);
67 LPEPatternAlongPath& operator=(const LPEPatternAlongPath&);
H A Dlpe-patternalongpath.cpp56 KnotHolderEntityWidthPatternAlongPath(LPEPatternAlongPath * effect) : LPEKnotHolderEntity(effect) {}
70 LPEPatternAlongPath::LPEPatternAlongPath(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEPatternAlongPath
111 LPEPatternAlongPath::~LPEPatternAlongPath()
117 LPEPatternAlongPath::doBeforeEffect (SPLPEItem const* lpeitem)
127 LPEPatternAlongPath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
257 LPEPatternAlongPath::transform_multiply(Geom::Affine const& postmul, bool set)
275 LPEPatternAlongPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)
282 LPEPatternAlongPath
[all...]
H A Deffect.cpp176 neweffect = static_cast<Effect*> ( new LPEPatternAlongPath(lpeobj) );
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp228 static_cast<LPEPatternAlongPath*>(lpe)->pattern.set_new_value(newpath,true);

Completed in 27 milliseconds