Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py99 def unionRect(rect1, rect2): function