OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
151
int
distanceSquaredToPoint
(const IntPoint& p) const { return differenceToPoint(p).diagonalLengthSquared(); }
/external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp
349
float distanceToAdjustScore = rect.
distanceSquaredToPoint
(touchHotspot) / radiusSquared;
Completed in 30 milliseconds