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

/inkscape/src/live_effects/
H A Dlpe-ruler.cpp39 LPERuler::LPERuler(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPERuler
70 LPERuler::~LPERuler()
75 Geom::Point LPERuler::n_major;
76 Geom::Point LPERuler::n_minor;
79 LPERuler::ruler_mark(Geom::Point const &A, Geom::Point const &n, MarkType const &marktype)
119 LPERuler::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
H A Dlpe-ruler.h43 class LPERuler : public Effect { class in namespace:Inkscape::LivePathEffect
45 LPERuler(LivePathEffectObject *lpeobject);
46 virtual ~LPERuler();
65 LPERuler(const LPERuler&);
66 LPERuler& operator=(const LPERuler&);

Completed in 690 milliseconds