Home | History | Annotate | Download | only in effects

Lines Matching refs:kBLUR_SIGMA_SCALE

23 static const SkScalar kBLUR_SIGMA_SCALE = 0.57735f;
26 return radius > 0 ? kBLUR_SIGMA_SCALE * radius + 0.5f : 0.0f;
30 return sigma > 0.5f ? (sigma - 0.5f) / kBLUR_SIGMA_SCALE : 0.0f;