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

  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect
67 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds):
75 if not pointInRect(bcp, bounds):
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 39 def pointInRect(p, rect):
136 >>> pointInRect((50, 50), (0, 0, 100, 100))
138 >>> pointInRect((0, 0), (0, 0, 100, 100))
140 >>> pointInRect((100, 100), (0, 0, 100, 100))
142 >>> not pointInRect((101, 100), (0, 0, 100, 100))
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 9 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect
587 if not pointInRect(coords[j], bbox):

Completed in 342 milliseconds