Home
last modified time | relevance | path

Searched refs:distanceToAdjustScore (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp349 float distanceToAdjustScore = rect.distanceSquaredToPoint(touchHotspot) / radiusSquared; in hybridDistanceFunction() local
358 float hybridScore = intersectionScore + distanceToAdjustScore; in hybridDistanceFunction()