Searched defs:large_arc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/svgLib/path/ |
H A D | shapes.py | 65 def _arc(self, c, rx, ry, x, y, large_arc): argument 71 def A(self, rx, ry, x, y, large_arc=0): argument 74 def a(self, rx, ry, x, y, large_arc=0): argument
|