Home
last modified time | relevance | path

Searched defs:lengthSquared (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkPoint3.cpp21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
DSkPoint.cpp63 float *lengthSquared) { in is_length_nearly_zero()
/external/skia/src/core/
DSkPoint3.cpp21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
/external/skqp/src/pathops/
DSkPathOpsPoint.h83 double lengthSquared() const { in lengthSquared() function
/external/skia/src/pathops/
DSkPathOpsPoint.h83 double lengthSquared() const { in lengthSquared() function
/external/deqp/framework/common/
DtcuVectorUtil.hpp135 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() function