Searched refs:bcp1 (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 54 def _curveToOne(self, bcp1, bcp2, pt): argument 57 bounds = updateBounds(bounds, bcp1) 82 def _curveToOne(self, bcp1, bcp2, pt): argument 86 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds): 88 self._getCurrentPoint(), bcp1, bcp2, pt))
|
D | basePen.py | 377 def _curveToOne(self, bcp1, bcp2, pt): argument 378 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
|
D | pointInsidePen.py | 105 def _curveToOne(self, bcp1, bcp2, point): argument 108 x2, y2 = bcp1
|
/external/fonttools/Tests/pens/ |
D | basePen_test.py | 26 def _curveToOne(self, bcp1, bcp2, pt): argument 28 (bcp1[0], bcp1[1],
|