Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h76 vec<N> cosTheta = skvx::max(1 - 2 / (parametricPrecision * strokeWidths), -1); in ApproxNumRadialSegmentsPerRadian() local
/third_party/skia/src/core/
H A DSkGeometry.cpp179 float cosTheta = sk_ieee_float_divide(a.dot(b), sqrtf(a.dot(a) * b.dot(b))); in SkMeasureAngleBetweenVectors() local
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp243 const double cosTheta = (p2x - p0x) / hypotenuse; in init() local
306 const double cosTheta = sqrt(a / (a + b)); in init() local

Completed in 5 milliseconds