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

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp92 static inline float getLengthSquared(float dx, float dy) { function
104 *lengthSquared = getLengthSquared(dx, dy);
/external/skia/src/core/
H A DSkPoint.cpp91 static inline float getLengthSquared(float dx, float dy) { function
103 *lengthSquared = getLengthSquared(dx, dy);

Completed in 101 milliseconds