Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()
/third_party/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
/third_party/flutter/skia/src/pathops/
DSkPathOpsPoint.h84 double lengthSquared() const { in lengthSquared() function
/third_party/skia/src/pathops/
DSkPathOpsPoint.h84 double lengthSquared() const { in lengthSquared() function
/third_party/skia/third_party/externals/angle2/src/common/
Dvector_utils.h456 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dvector_utils.h456 Type VectorBase<Dimension, Type>::lengthSquared() const in lengthSquared() function
/third_party/skia/modules/canvaskit/
Dmatrix.js193 CanvasKit.Vector.lengthSquared = function(v) { function
Dexterns.js725 lengthSquared: function() {}, method
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() function
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3606 lengthSquared(v: VectorN): number; method