Lines Matching defs:SPCurve
25 class SPCurve {
28 explicit SPCurve();
29 explicit SPCurve(Geom::PathVector const& pathv);
30 static SPCurve * new_from_rect(Geom::Rect const &rect, bool all_four_sides = false);
32 virtual ~SPCurve();
37 SPCurve * ref();
38 SPCurve * unref();
40 SPCurve * copy() const;
75 void append(SPCurve const *curve2, bool use_lineto);
76 SPCurve * append_continuous(SPCurve const *c1, double tolerance);
77 SPCurve * create_reverse() const;
80 static SPCurve * concat(GSList const *list);
89 SPCurve(const SPCurve&);
90 SPCurve& operator=(const SPCurve&);