HomeSort by relevance Sort by last modified time
    Searched refs:_lineTo (Results 1 - 5 of 5) sorted by null

  /external/fonttools/Lib/fontTools/pens/
cocoaPen.py 21 def _lineTo(self, p):
basePen.py 31 _lineTo(), etc. See the BasePen doc string for details. Examples of
146 """Base class for drawing pens. You must override _moveTo, _lineTo and
161 def _lineTo(self, pt):
223 self._lineTo(pt)
344 def _lineTo(self, pt):
boundsPen.py 35 def _lineTo(self, pt):
reportLabPen.py 21 def _lineTo(self, p):
pointInsidePen.py 87 def _lineTo(self, point):

Completed in 134 milliseconds