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

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp101 static inline bool isLengthNearlyZero(float dx, float dy, function
111 if (isLengthNearlyZero(x, y, &mag2)) {
158 if (isLengthNearlyZero(x, y, &mag2)) {
184 if (isLengthNearlyZero(x, y, &mag2)) {
/external/skia/src/core/
H A DSkPoint.cpp101 static inline bool isLengthNearlyZero(float dx, float dy, function
111 if (isLengthNearlyZero(x, y, &mag2)) {
158 if (isLengthNearlyZero(x, y, &mag2)) {
184 if (isLengthNearlyZero(x, y, &mag2)) {

Completed in 201 milliseconds