Home
last modified time | relevance | path

Searched refs:arc_sweep (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Tests/svgLib/path/
Dparser_test.py336 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/
Dparser.py285 arc_sweep = bool(int(elements.pop()))
299 arc_sweep,
304 current_pos, rx, ry, rotation, arc_large, arc_sweep, end