Searched refs:distanceToPoint (Results 1 – 1 of 1) sorted by relevance
145 float distance = distanceToPoint(snapTarget, stackBounds.left, stackBounds.top); in findClosestSnapBounds()303 float distance = distanceToPoint(p, x, y); in findClosestPoint()356 private float distanceToPoint(Point p, int x, int y) { in distanceToPoint() method in PipSnapAlgorithm