Searched refs:BLUR_SIGMA_SCALE (Results 1 – 8 of 8) sorted by relevance
27 static const scalar BLUR_SIGMA_SCALE = 0.57735f; variable37 return radius > 0 ? BLUR_SIGMA_SCALE * radius + 0.5f : 0.0f; in ConvertRadiusToSigma()42 return sigma > 0.5f ? (sigma - 0.5f) / BLUR_SIGMA_SCALE : 0.0f; in ConvertSigmaToRadius()
34 constexpr float BLUR_SIGMA_SCALE = 0.57735f; in ConvertRadiusToSigma() local36 return radius > 0.0f ? BLUR_SIGMA_SCALE * radius + SCALE_HALF : 0.0f; in ConvertRadiusToSigma()
66 return radiusPx > 0.0f ? BLUR_SIGMA_SCALE * radiusPx + 0.5f : 0.0f; in RadiusVp2Sigma()
121 return radiusPx > 0.0f ? BLUR_SIGMA_SCALE * radiusPx + 0.5f : 0.0f; in RadiusVp2Sigma()
29 constexpr float BLUR_SIGMA_SCALE = 0.57735f; variable
37 constexpr float BLUR_SIGMA_SCALE = 0.57735f; variable452 return GreatNotEqual(radius, 0.0f) ? BLUR_SIGMA_SCALE * radius + SCALE_HALF : 0.0f; in RadiusToSigma()
81 constexpr float BLUR_SIGMA_SCALE = 0.57735f; variable1403 return GreatNotEqual(radius, 0.0f) ? BLUR_SIGMA_SCALE * radius + SCALE_HALF : 0.0f; in RadiusToSigma()
99 constexpr float BLUR_SIGMA_SCALE { 0.57735f }; variable2077 return radiusPx > 0.0f ? BLUR_SIGMA_SCALE * radiusPx + 0.5f : 0.0f; in RadiusVp2Sigma()