Searched refs:nearestFindMatch (Results 1 – 2 of 2) sorted by relevance
128 int nearestFindMatch(const FloatPoint&, float& distanceSquared);
511 int indexInFrame = finder.nearestFindMatch(point, distanceInFrame); in selectNearestFindMatch()525 int TextFinder::nearestFindMatch(const FloatPoint& point, float& distanceSquared) in nearestFindMatch() function in blink::TextFinder