HomeSort by relevance Sort by last modified time
    Searched refs:unionRect (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 99 def unionRect(rect1, rect2):
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))

Completed in 634 milliseconds