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

/inkscape/src/live_effects/
H A Dlpe-perspective_path.h32 class LPEPerspectivePath : public Effect, GroupBBoxEffect { class in namespace:Inkscape::LivePathEffect
34 LPEPerspectivePath(LivePathEffectObject *lpeobject);
35 virtual ~LPEPerspectivePath();
57 LPEPerspectivePath(const LPEPerspectivePath&);
58 LPEPerspectivePath& operator=(const LPEPerspectivePath&);
H A Dlpe-perspective_path.cpp39 KnotHolderEntityOffset(LPEPerspectivePath *effect) : LPEKnotHolderEntity(effect) {};
49 LPEPerspectivePath::LPEPerspectivePath(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEPerspectivePath
70 LPEPerspectivePath::~LPEPerspectivePath()
75 LPEPerspectivePath::doOnApply(SPLPEItem const* lpeitem)
88 LPEPerspectivePath::doBeforeEffect (SPLPEItem const* lpeitem)
106 void LPEPerspectivePath::refresh(Gtk::Entry* perspective) {
145 LPEPerspectivePath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
208 LPEPerspectivePath
[all...]
H A Deffect.cpp209 neweffect = static_cast<Effect*> ( new LPEPerspectivePath(lpeobj) );

Completed in 26 milliseconds