Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect
87 bounds = unionRect(bounds, calcCubicBounds(
96 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Tests/misc/
DarrayTools_test.py6 sectRect, unionRect, rectCenter, intRect)
76 assert unionRect((0, 10, 20, 30), (0, 40, 20, 50)) == (0, 10, 20, 50)
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py97 def unionRect(rect1, rect2): function
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py7 from fontTools.misc.arrayTools import unionRect, intRect
2356 fontBBox = unionRect(fontBBox, bounds)