Searched refs:arc_sweep (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Tests/svgLib/path/ |
D | parser_test.py | 336 def arcTo(self, rx, ry, rotation, arc_large, arc_sweep, end_point): argument 338 ("arcTo", (rx, ry, rotation, arc_large, arc_sweep, end_point))
|
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | parser.py | 285 arc_sweep = bool(int(elements.pop())) 299 arc_sweep, 304 current_pos, rx, ry, rotation, arc_large, arc_sweep, end
|