Home
last modified time | relevance | path

Searched refs:LinearKernelWidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/
H A DBlurUtils.h28 return SkShaderBlurAlgorithm::LinearKernelWidth(radius); in BlurLinearKernelWidth()
/aosp_15_r20/external/skia/src/core/
H A DSkBlurEngine.h182 static constexpr int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() function
H A DSkBlurEngine.cpp1008 SkASSERT(LinearKernelWidth(radius) <= kMaxSamples); in Compute1DBlurLinearKernel()
1031 int halfSize = LinearKernelWidth(radius); in Compute1DBlurLinearKernel()
1127 to_stablekey(LinearKernelWidth(radius), in GetLinearBlur1DEffect()