Searched refs:_ntos (Results 1 – 1 of 1) sorted by relevance
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | shapes.py | 8 def _ntos(n): function 38 self._add('%s%s,%s' % (c, _ntos(x), _ntos(y))) 47 self._add('%s%s,%s 0 %d 1 %s,%s' % (c, _ntos(rx), _ntos(ry), large_arc, 48 _ntos(x), _ntos(y))) 57 self._add('%s%s' % (c, _ntos(x)))
|