Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkPoint3.cpp21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero() function
57 if (is_length_nearly_zero(fX, fY, fZ, &magSq)) { in normalize()

Completed in 1 milliseconds