Searched refs:pointInRect (Results 1 – 3 of 3) sorted by relevance
3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect67 if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds):75 if not pointInRect(bcp, bounds):
39 def pointInRect(p, rect): function
9 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect587 if not pointInRect(coords[j], bbox):