| /inkscape/src/livarot/ |
| H A D | sweep-event.h | 15 SweepTree *sweep[2]; ///< Sweep element associated with the left and right edge of the intersection. member in class:SweepEvent
|
| /inkscape/src/2geom/ |
| 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); 90 if (sweep) { 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 | elliptical-arc.h | 67 * @param sweep If true, the clockwise arc is chosen, otherwise the counter-clockwise 71 Coord rot_angle, bool large_arc, bool sweep, 77 , _angles(0, 0, sweep) 85 Coord rot_angle, bool large_arc, bool sweep, 91 , _angles(0, 0, sweep) 131 bool sweep() const { return _angles.sweep(); } function in class:Geom::EllipticalArc 142 double rot_angle, bool large_arc, bool sweep, 150 _angles.setSweep(sweep); 157 Angle rot_angle, bool large_arc, bool sweep, 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 [all...] |
| H A D | svg-path-writer.cpp | 148 bool large_arc, bool sweep, Point const &p) 155 _current_pars.push_back(sweep ? 1. : 0.); 147 arcTo(double rx, double ry, double angle, bool large_arc, bool sweep, Point const &p) argument
|
| H A D | angle.h | 207 * the sweep flag will be set to true, i.e. the interval will go 233 bool sweep() const { return _sweep; } function in class:Geom::AngleInterval 261 * The direction (sweep flag) is left unchanged. 340 * Equivalent to the absolute value of the sweep angle. 348 /** @brief Get the sweep angle of the interval. 350 * It is positive when sweep is true. Denoted as \f$\Delta\theta\f$ in the SVG 369 static AngleInterval create_full(Angle start, bool sweep = true) { 372 result._sweep = sweep;
|
| 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)); 1425 bool sweep = _pop_flag(); local 1431 _arcTo(rx, ry, angle, large_arc, sweep, point); 1531 bool sweep = _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
|
| /inkscape/src/svg/ |
| H A D | path-string.h | 130 bool large_arc, bool sweep, 137 _appendFlag(sweep); 129 arcTo(Geom::Coord rx, Geom::Coord ry, Geom::Coord rot, bool large_arc, bool sweep, Geom::Point p) argument
|