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

/inkscape/src/2geom/
H A Delliptical-arc.h57 : _initial_point(0,0)
74 : _initial_point(ip)
88 : _initial_point(ip)
146 _initial_point = ip;
161 _initial_point = ip;
176 _initial_point = ip;
250 LineSegment chord() const { return LineSegment(_initial_point, _final_point); }
254 virtual Point initialPoint() const { return _initial_point; }
258 _initial_point = p;
266 return _initial_point
311 Point _initial_point, _final_point; member in class:Geom::EllipticalArc
[all...]
/inkscape/src/svg/
H A Dpath-string.h74 _initial_point = _current_point;
147 _current_point = _initial_point;
232 Geom::Point _initial_point; member in class:Inkscape::SVG::PathString

Completed in 11 milliseconds