Searched refs:large_arc (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/2geom/
H A Dcairo-path-sink.h66 bool large_arc, bool sweep, Point const &p);
H A Delliptical-arc.h71 Coord rot_angle, bool large_arc, bool sweep,
78 , _large_arc(large_arc)
85 Coord rot_angle, bool large_arc, bool sweep,
92 , _large_arc(large_arc)
142 double rot_angle, bool large_arc, bool sweep,
151 _large_arc = large_arc;
157 Angle rot_angle, bool large_arc, bool sweep,
166 _large_arc = large_arc;
70 EllipticalArc( Point const &ip, Point const &r, Coord rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
84 EllipticalArc( Point const &ip, Coord rx, Coord ry, Coord rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
141 set( Point const &ip, double rx, double ry, double rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
156 set( Point const &ip, Point const &r, Angle rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
H A Dcairo-path-sink.cpp72 bool large_arc, bool sweep, Point const &p)
74 EllipticalArc arc(_current_point, rx, ry, angle, large_arc, sweep, p);
71 arcTo(double rx, double ry, double angle, bool large_arc, bool sweep, Point const &p) argument
H A Dpath-sink.h70 bool large_arc, bool sweep, Point const &p) = 0;
154 bool large_arc, bool sweep, Point const &p)
161 large_arc, sweep, p);
153 arcTo(Coord rx, Coord ry, Coord angle, bool large_arc, bool sweep, Point const &p) argument
H A Dsvg-path-writer.h57 bool large_arc, bool sweep, Point const &p);
H A Dsvg-path-parser.cpp1206 bool large_arc, bool sweep, Point const &p)
1212 _pushCurve(new EllipticalArc(_current, rx, ry, angle, large_arc, sweep, p));
1426 bool large_arc = _pop_flag(); local
1431 _arcTo(rx, ry, angle, large_arc, sweep, point);
1532 bool large_arc = _pop_flag(); local
1537 _arcTo(rx, ry, angle, large_arc, sweep, point);
1205 _arcTo(Coord rx, Coord ry, Coord angle, bool large_arc, bool sweep, Point const &p) argument
H A Dsvg-path-parser.h136 bool large_arc, bool sweep, Point const &p);
H A Dsvg-path-writer.cpp148 bool large_arc, bool sweep, Point const &p)
154 _current_pars.push_back(large_arc ? 1. : 0.);
147 arcTo(double rx, double ry, double angle, bool large_arc, bool sweep, Point const &p) argument
/inkscape/src/svg/
H A Dpath-string.h130 bool large_arc, bool sweep,
136 _appendFlag(large_arc);
129 arcTo(Geom::Coord rx, Geom::Coord ry, Geom::Coord rot, bool large_arc, bool sweep, Geom::Point p) argument

Completed in 28 milliseconds