Searched refs:pointInRect (Results 1 – 1 of 1) sorted by relevance
3160 function pointInRect(p, rect, tolerance) { function53214 if (pointInRect(points[i], a, INTERSECTION_THRESHOLD) ||53215 pointInRect(points[i], b, INTERSECTION_THRESHOLD)) {