Home
last modified time | relevance | path

Searched refs:bcp2 (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py52 def _curveToOne(self, bcp1, bcp2, pt): argument
56 bounds = updateBounds(bounds, bcp2)
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))
DbasePen.py387 def _curveToOne(self, bcp1, bcp2, pt): argument
389 bcp2[0], bcp2[1], pt[0], pt[1]))
DpointInsidePen.py103 def _curveToOne(self, bcp1, bcp2, point): argument
107 x3, y3 = bcp2
Dcu2quPen.py169 bcp1, bcp2 = sub_points[0][0], sub_points[1][0]
170 cubic = [prev_on_curve, bcp1, bcp2, on_curve]
/external/fonttools/Tests/pens/
DbasePen_test.py25 def _curveToOne(self, bcp1, bcp2, pt): argument
28 bcp2[0], bcp2[1],