Searched refs:calcCubicBounds (Results 1 – 3 of 3) sorted by relevance
3 calcQuadraticBounds, calcCubicBounds, curveLineIntersections,17 assert calcCubicBounds(19 assert calcCubicBounds(21 assert calcCubicBounds(
2 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds87 bounds = unionRect(bounds, calcCubicBounds(
327 def calcCubicBounds(pt1, pt2, pt3, pt4): function1041 return calcCubicBounds(*c)