Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGpuBlurUtils.h100 inline int KernelWidth(int radius) { return 2 * radius + 1; } in KernelWidth() function
/third_party/skia/m133/src/core/
DSkBlurEngine.h178 static constexpr int KernelWidth(int radius) { return 2 * radius + 1; } in KernelWidth() function