Home | History | Annotate | Download | only in effects

Lines Matching full:sigma

18     static bool SK_WARN_UNUSED_RESULT BlurRect(SkScalar sigma, SkMask *dst, const SkRect &src,
22 static bool SK_WARN_UNUSED_RESULT BlurRRect(SkScalar sigma, SkMask *dst, const SkRRect &src,
27 // forceQuality will prevent BoxBlur from falling back to the low quality approach when sigma
39 SkScalar sigma, SkBlurStyle style, SkBlurQuality,
45 static bool SK_WARN_UNUSED_RESULT BlurGroundTruth(SkScalar sigma, SkMask* dst,
49 // If radius > 0, return the corresponding sigma, else return 0
51 // If sigma > 0.5, return the corresponding radius, else return 0
52 static SkScalar SK_API ConvertSigmaToRadius(SkScalar sigma);
67 @param size Should be 6*sigma bytes
68 @param sigma The standard deviation of the gaussian blur kernel
70 static void ComputeBlurProfile(uint8_t* profile, int size, SkScalar sigma);
77 @param sigma Standard deviation of the gaussian blur kernel used to compute the profile;
82 unsigned int width, SkScalar sigma);