Home
last modified time | relevance | path

Searched defs:distanceSquaredToPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntPoint.h157 inline int IntPoint::distanceSquaredToPoint(const IntPoint& point) const in distanceSquaredToPoint() function
DIntRect.h150 …int distanceSquaredToPoint(const IntPoint& p) const { return differenceToPoint(p).diagonalLengthSq… in distanceSquaredToPoint() function