commit | e396455d2d60ddf8e625b5037254f3c09fbcdcf5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 28 16:25:35 2014 +0000 |
committer | [email protected] <[email protected]@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 28 16:25:35 2014 +0000 |
tree | 9654912812c8b942b89124b1ae2aa36372818663 | |
parent | 2e0c32af0508a1e544c9953ea2fe128dbae7d429 [diff] [blame] |
move common blur types into central header BUG=skia: [email protected], [email protected] Author: [email protected] Review URL: https://codereview.chromium.org/253833002 git-svn-id: http://skia.googlecode.com/svn/trunk@14411 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleTextAlpha.cpp b/samplecode/SampleTextAlpha.cpp index 2732452..fcef92f 100644 --- a/samplecode/SampleTextAlpha.cpp +++ b/samplecode/SampleTextAlpha.cpp
@@ -70,7 +70,7 @@ paint.setARGB(fByte, 0xFF, 0xFF, 0xFF); - paint.setMaskFilter(SkBlurMaskFilter::Create(SkBlurMaskFilter::kNormal_BlurStyle, + paint.setMaskFilter(SkBlurMaskFilter::Create(kNormal_SkBlurStyle, SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(3)))); paint.getMaskFilter()->unref();