Home
last modified time | relevance | path

Searched refs:get_length_squared (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkPoint3.cpp11 static inline float get_length_squared(float x, float y, float z) { in get_length_squared() function
22 *lengthSquared = get_length_squared(x, y, z); in is_length_nearly_zero()
27 float magSq = get_length_squared(x, y, z); in Length()
/external/skia/src/core/
DSkPoint3.cpp11 static inline float get_length_squared(float x, float y, float z) { in get_length_squared() function
22 *lengthSquared = get_length_squared(x, y, z); in is_length_nearly_zero()
27 float magSq = get_length_squared(x, y, z); in Length()