/inkscape/src/2geom/ |
H A D | cairo-path-sink.h | 66 bool large_arc, bool sweep, Point const &p);
|
H A D | elliptical-arc.h | 71 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 D | cairo-path-sink.cpp | 72 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 D | path-sink.h | 70 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 D | svg-path-writer.h | 57 bool large_arc, bool sweep, Point const &p);
|
H A D | svg-path-parser.cpp | 1206 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 D | svg-path-parser.h | 136 bool large_arc, bool sweep, Point const &p);
|
H A D | svg-path-writer.cpp | 148 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 D | path-string.h | 130 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
|