Searched refs:calcQuadraticBounds (Results 1 – 3 of 3) sorted by relevance
4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds76 bounds = unionRect(bounds, calcQuadraticBounds(
24 def calcQuadraticBounds(pt1, pt2, pt3): function
10 from fontTools.misc.bezierTools import calcQuadraticBounds598 bbox = calcQuadraticBounds(plast, pthis, pnext)