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

/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp22 #define MAX_BLUR_SIGMA 4.0f macro
33 while (sigma > MAX_BLUR_SIGMA) {
38 sigma = MAX_BLUR_SIGMA;

Completed in 73 milliseconds