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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.h 149 IntSize differenceToPoint(const IntPoint&) const;
150 int distanceSquaredToPoint(const IntPoint& p) const { return differenceToPoint(p).diagonalLengthSquared(); }
IntRect.cpp 143 IntSize IntRect::differenceToPoint(const IntPoint& point) const
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 77 IntSize distance = boundingBox.differenceToPoint(touchPoint);

Completed in 57 milliseconds