Searched refs:bcp1 (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 38 def _curveToOne(self, bcp1, bcp2, pt): argument 40 bounds = updateBounds(bounds, bcp1) 64 def _curveToOne(self, bcp1, bcp2, pt): argument 67 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds): 69 self._getCurrentPoint(), bcp1, bcp2, pt))
|
D | basePen.py | 346 def _curveToOne(self, bcp1, bcp2, pt): argument 347 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
|
D | pointInsidePen.py | 107 def _curveToOne(self, bcp1, bcp2, point): argument 110 x2, y2 = bcp1
|