Lines Matching defs:sweep
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(); }
142 double rot_angle, bool large_arc, bool sweep,
150 _angles.setSweep(sweep);
157 Angle rot_angle, bool large_arc, bool sweep,
165 _angles.setSweep(sweep);