Home
last modified time | relevance | path

Searched defs:magSq (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkPoint3.cpp36 float magSq = get_length_squared(x, y, z); in Length() local
56 float magSq; in normalize() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h340 double magSq() const { return fA * fA + fB * fB; } in magSq() function
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp68 SkScalar magSq = vector->dot(*vector) + SK_ScalarNearlyZero; in fast_normalize() local

Completed in 6 milliseconds