Lines Matching full:sigma
23 float sigma) {
24 unsigned int profileSize = SkScalarCeilToInt(6 * sigma);
42 SkBlurMask::ComputeBlurProfile(bitmap.getAddr8(0, 0), profileSize, sigma);
64 float sigma() const { return fSigma; }
67 const SkRect& rect, float sigma) {
68 int doubleProfileSize = SkScalarCeilToInt(12 * sigma);
71 // if the blur sigma is too large so the gaussian overlaps the whole
76 sk_sp<GrTextureProxy> blurProfile(CreateBlurProfileTexture(proxyProvider, sigma));
82 rect, sigma, std::move(blurProfile),
90 GrRectBlurEffect(SkRect rect, float sigma, sk_sp<GrTextureProxy> blurProfile,
95 , fSigma(sigma)