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

/inkscape/src/display/
H A Dcurve.h25 class SPCurve { class
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_continuou
[all...]
H A Dcurve.cpp23 * Routines for SPCurve and for its Geom::PathVector
29 * The returned curve's state is as if SPCurve::reset has just been called on it.
31 SPCurve::SPCurve() function in class:SPCurve
36 SPCurve::SPCurve(Geom::PathVector const& pathv) function in class:SPCurve
41 SPCurve *
42 SPCurve::new_from_rect(Geom::Rect const &rect, bool all_four_sides)
44 SPCurve *c = new SPCurve();
[all...]

Completed in 14 milliseconds