Lines Matching refs:roundFunc
31 def __init__(self, outPen, roundFunc=otRound): argument
33 self.roundFunc = roundFunc
36 self._outPen.moveTo((self.roundFunc(pt[0]), self.roundFunc(pt[1])))
39 self._outPen.lineTo((self.roundFunc(pt[0]), self.roundFunc(pt[1])))
43 *((self.roundFunc(x), self.roundFunc(y)) for x, y in points)
48 *((self.roundFunc(x), self.roundFunc(y)) for x, y in points)
56 self.roundFunc(transformation[4]),
57 self.roundFunc(transformation[5]),
90 def __init__(self, outPen, roundFunc=otRound): argument
92 self.roundFunc = roundFunc
96 (self.roundFunc(pt[0]), self.roundFunc(pt[1])),
108 self.roundFunc(transformation[4]),
109 self.roundFunc(transformation[5]),