Searched refs:bcp1 (Results 1 – 5 of 5) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 52 def _curveToOne(self, bcp1, bcp2, pt): argument 55 bounds = updateBounds(bounds, bcp1) 80 def _curveToOne(self, bcp1, bcp2, pt): argument 84 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds): 86 self._getCurrentPoint(), bcp1, bcp2, pt))
|
D | basePen.py | 387 def _curveToOne(self, bcp1, bcp2, pt): argument 388 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
|
D | pointInsidePen.py | 103 def _curveToOne(self, bcp1, bcp2, point): argument 106 x2, y2 = bcp1
|
D | cu2quPen.py | 169 bcp1, bcp2 = sub_points[0][0], sub_points[1][0] 170 cubic = [prev_on_curve, bcp1, bcp2, on_curve]
|
/external/fonttools/Tests/pens/ |
D | basePen_test.py | 25 def _curveToOne(self, bcp1, bcp2, pt): argument 27 (bcp1[0], bcp1[1],
|