Searched refs:getLengthSquared (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp93 static inline float getLengthSquared(float dx, float dy) { function
105 *lengthSquared = getLengthSquared(dx, dy);
185 static inline void getLengthSquared(SkScalar dx, SkScalar dy, Sk64 *result) { function
202 getLengthSquared(dx, dy, lengthSquared);
233 getLengthSquared(dx, dy, &tmp);
/external/skia/src/core/
H A DSkPoint.cpp93 static inline float getLengthSquared(float dx, float dy) { function
105 *lengthSquared = getLengthSquared(dx, dy);
185 static inline void getLengthSquared(SkScalar dx, SkScalar dy, Sk64 *result) { function
202 getLengthSquared(dx, dy, lengthSquared);
233 getLengthSquared(dx, dy, &tmp);

Completed in 61 milliseconds