Searched defs:lengthSquared (Results 1 – 8 of 8) sorted by relevance
21 static inline bool is_length_nearly_zero(float x, float y, float z, float *lengthSquared) { in is_length_nearly_zero()
41 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function83 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function119 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared() function
86 double lengthSquared() const { in lengthSquared() function
456 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
193 CanvasKit.Vector.lengthSquared = function(v) { function
761 lengthSquared: function() {}, method
136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() function
3950 lengthSquared(v: VectorN): number; method