Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py38 def _curveToOne(self, bcp1, bcp2, pt): argument
41 bounds = updateBounds(bounds, bcp2)
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
348 bcp2[0], bcp2[1], pt[0], pt[1]))
DpointInsidePen.py107 def _curveToOne(self, bcp1, bcp2, point): argument
111 x3, y3 = bcp2