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

/inkscape/src/live_effects/
H A Dlpe-taperstroke.h25 class KnotHolderEntityAttachEnd;
42 friend class TpS::KnotHolderEntityAttachEnd;
H A Dlpe-taperstroke.cpp54 class KnotHolderEntityAttachEnd : public LPEKnotHolderEntity { class in namespace:Inkscape::LivePathEffect::TpS
56 KnotHolderEntityAttachEnd(LPETaperStroke * effect) : LPEKnotHolderEntity(effect) {} function in class:Inkscape::LivePathEffect::TpS::KnotHolderEntityAttachEnd
450 KnotHolderEntity *f = new TpS::KnotHolderEntityAttachEnd(this);
490 void KnotHolderEntityAttachEnd::knot_set(Geom::Point const &p, Geom::Point const& /*origin*/, guint state)
524 Geom::Point KnotHolderEntityAttachEnd::knot_get() const

Completed in 224 milliseconds