Home
last modified time | relevance | path

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

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