Searched defs:lengthSquared (Results 1 – 8 of 8) sorted by relevance
24 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
45 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function87 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function123 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function
86 double lengthSquared() const { in lengthSquared() function
457 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
193 CanvasKit.Vector.lengthSquared = function(v) { function
840 lengthSquared: function() {}, method
285 inline T lengthSquared(const Vector<T, Size> &a) in lengthSquared() function
4305 lengthSquared(v: VectorN): number; method