Home
last modified time | relevance | path

Searched defs:LinearKernelWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkGpuBlurUtils.h102 inline int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() function
/third_party/skia/m133/src/core/
DSkBlurEngine.h182 static constexpr int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() function