Searched refs:pointsInRect (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py45 def pointsInRect(array, rect): function
144 >>> list(pointsInRect([(50, 50), (0, 0), (100, 100), (101, 100)], (0, 0, 100, 100)))
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py45 def pointsInRect(array, rect): function
144 >>> list(pointsInRect([(50, 50), (0, 0), (100, 100), (101, 100)], (0, 0, 100, 100)))

Completed in 1144 milliseconds