Searched refs:unionRect (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py99 def unionRect(rect1, rect2): function
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py99 def unionRect(rect1, rect2): function
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))

Completed in 144 milliseconds