Searched refs:calcCubicBounds (Results 1 – 2 of 2) sorted by relevance
4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds68 bounds = unionRect(bounds, calcCubicBounds(
45 def calcCubicBounds(pt1, pt2, pt3, pt4): function