Home
last modified time | relevance | path

Searched defs:lengthSquared (Results 1 – 11 of 11) 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/skia/include/core/
DSkM44.h40 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function
82 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function
/external/skqp/src/pathops/
DSkPathOpsPoint.h83 double lengthSquared() const { in lengthSquared() function
/external/skia/src/pathops/
DSkPathOpsPoint.h84 double lengthSquared() const { in lengthSquared() function
/external/angle/src/common/
Dvector_utils.h456 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
/external/skia/modules/canvaskit/
Dmatrix.js193 CanvasKit.Vector.lengthSquared = function(v) { function
Dexterns.js702 lengthSquared: function() {}, method
/external/deqp/framework/common/
DtcuVectorUtil.hpp136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() function
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3543 lengthSquared(v: VectorN): number; method