Searched refs:calcBounds (Results 1 – 3 of 3) sorted by relevance
11 def calcBounds(array): function25 xMin, yMin, xMax, yMax = calcBounds(array)
19 from fontTools.misc.arrayTools import calcBounds42 return calcBounds(points)67 return calcBounds(points)
9 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect586 bbox = calcBounds([coords[last], coords[next]])