Searched refs:calcCubicBounds (Results 1 – 3 of 3) sorted by relevance
4 calcQuadraticBounds, calcCubicBounds, splitLine, splitQuadratic,17 assert calcCubicBounds(19 assert calcCubicBounds(21 assert calcCubicBounds(
4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds87 bounds = unionRect(bounds, calcCubicBounds(
213 def calcCubicBounds(pt1, pt2, pt3, pt4): function