Searched refs:outPen (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | roundingPen.py | 31 def __init__(self, outPen, roundFunc=otRound): argument 32 super().__init__(outPen) 90 def __init__(self, outPen, roundFunc=otRound): argument 91 super().__init__(outPen)
|
D | filterPen.py | 58 def __init__(self, outPen): argument 59 self._outPen = outPen 88 def __init__(self, outPen): argument 90 self._outPen = outPen
|
D | transformPen.py | 13 def __init__(self, outPen, transformation): argument 18 super(TransformPen, self).__init__(outPen)
|
D | pointPen.py | 312 def __init__(self, outPen): argument 313 self._outPen = outPen
|