Searched refs:KnotHolderEntityAttachPt (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-tangent_to_curve.h30 class KnotHolderEntityAttachPt;
43 friend class TtC::KnotHolderEntityAttachPt;
H A Dlpe-tangent_to_curve.cpp33 class KnotHolderEntityAttachPt : public LPEKnotHolderEntity { class in namespace:Inkscape::LivePathEffect::TtC
35 KnotHolderEntityAttachPt(LPETangentToCurve *effect) : LPEKnotHolderEntity(effect) {}; function in class:Inkscape::LivePathEffect::TtC::KnotHolderEntityAttachPt
101 KnotHolderEntity *e = new TtC::KnotHolderEntityAttachPt(this);
123 KnotHolderEntityAttachPt::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint state)
172 KnotHolderEntityAttachPt::knot_get() const

Completed in 13 milliseconds