Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py38 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))
DbasePen.py346 def _curveToOne(self, bcp1, bcp2, pt): argument
347 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
DpointInsidePen.py107 def _curveToOne(self, bcp1, bcp2, point): argument
110 x2, y2 = bcp1