Home
last modified time | relevance | path

Searched refs:bcp1 (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py54 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))
DbasePen.py377 def _curveToOne(self, bcp1, bcp2, pt): argument
378 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
DpointInsidePen.py105 def _curveToOne(self, bcp1, bcp2, point): argument
108 x2, y2 = bcp1
/external/fonttools/Tests/pens/
DbasePen_test.py26 def _curveToOne(self, bcp1, bcp2, pt): argument
28 (bcp1[0], bcp1[1],