HomeSort by relevance Sort by last modified time
    Searched refs:distanceSquaredToPoint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 79 int distanceSquaredToPoint(const IntPoint&) const;
157 inline int IntPoint::distanceSquaredToPoint(const IntPoint& point) const
IntRect.h 150 int distanceSquaredToPoint(const IntPoint& p) const { return differenceToPoint(p).diagonalLengthSquared(); }
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 361 float distanceToAdjustScore = rect.distanceSquaredToPoint(touchHotspot) / radiusSquared;

Completed in 51 milliseconds