Searched defs:lengthSquared (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/core/ |
D | SkPoint3.cpp | 21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
|
D | SkPoint.cpp | 63 float *lengthSquared) { in is_length_nearly_zero()
|
/external/skia/src/core/ |
D | SkPoint3.cpp | 21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
|
/external/skia/include/core/ |
D | SkM44.h | 40 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/ |
D | SkPathOpsPoint.h | 83 double lengthSquared() const { in lengthSquared() function
|
/external/skia/src/pathops/ |
D | SkPathOpsPoint.h | 84 double lengthSquared() const { in lengthSquared() function
|
/external/angle/src/common/ |
D | vector_utils.h | 456 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
|
/external/skia/modules/canvaskit/ |
D | matrix.js | 193 CanvasKit.Vector.lengthSquared = function(v) { function
|
D | externs.js | 702 lengthSquared: function() {}, method
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() function
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 3543 lengthSquared(v: VectorN): number; method
|