Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DBlur.cpp27 static const float BLUR_SIGMA_SCALE = 0.57735f; variable
30 return radius > 0 ? BLUR_SIGMA_SCALE * radius + 0.5f : 0.0f; in convertRadiusToSigma()
34 return sigma > 0.5f ? (sigma - 0.5f) / BLUR_SIGMA_SCALE : 0.0f; in convertSigmaToRadius()