Home
last modified time | relevance | path

Searched refs:yTerm (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/experimental/sorttoy/
H A DCmds.cpp79 float yTerm = y + 0.5f - k; in shared_contains() local
81 return (xTerm * xTerm) / (a * a) + (yTerm * yTerm) / (b * b) < 1.0f; in shared_contains()
/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp49 float yTerm = static_cast<float>(y - yRadius); in fill_in_2D_gaussian_kernel() local
50 float xyTerm = sk_float_exp(-(xTerm + yTerm * yTerm * sigmaYDenom)); in fill_in_2D_gaussian_kernel()

Completed in 3 milliseconds