Searched refs:unionRect (Results 1 – 2 of 2) sorted by relevance
3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect68 bounds = unionRect(bounds, calcCubicBounds(76 bounds = unionRect(bounds, calcQuadraticBounds(
99 def unionRect(rect1, rect2): function