OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:distanceSquaredToPoint
(Results
1 - 2
of
2
) 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(); }
Completed in 186 milliseconds