HomeSort by relevance Sort by last modified time
    Searched refs:bcp1 (Results 1 - 3 of 3) sorted by null

  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 38 def _curveToOne(self, bcp1, bcp2, pt):
40 bounds = updateBounds(bounds, bcp1)
64 def _curveToOne(self, bcp1, bcp2, pt):
67 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds):
69 self._getCurrentPoint(), bcp1, bcp2, pt))
basePen.py 346 def _curveToOne(self, bcp1, bcp2, pt):
347 print("%s %s %s %s %s %s curveto" % (bcp1[0], bcp1[1],
pointInsidePen.py 107 def _curveToOne(self, bcp1, bcp2, point):
110 x2, y2 = bcp1

Completed in 61 milliseconds