Searched refs:unionRect (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect 87 bounds = unionRect(bounds, calcCubicBounds( 96 bounds = unionRect(bounds, calcQuadraticBounds(
|
/external/fonttools/Tests/misc/ |
D | arrayTools_test.py | 6 sectRect, unionRect, rectCenter, intRect) 76 assert unionRect((0, 10, 20, 30), (0, 40, 20, 50)) == (0, 10, 20, 50)
|
/external/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 97 def unionRect(rect1, rect2): function
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 7 from fontTools.misc.arrayTools import unionRect, intRect 2356 fontBBox = unionRect(fontBBox, bounds)
|