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

  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
76 bounds = unionRect(bounds, calcQuadraticBounds(
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 8 "calcQuadraticBounds",
24 def calcQuadraticBounds(pt1, pt2, pt3):
28 >>> calcQuadraticBounds((0, 0), (50, 100), (100, 0))
30 >>> calcQuadraticBounds((0, 0), (100, 0), (100, 100))
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 10 from fontTools.misc.bezierTools import calcQuadraticBounds
598 bbox = calcQuadraticBounds(plast, pthis, pnext)

Completed in 1319 milliseconds