aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
Diffstat (limited to 'gm')
-rw-r--r--gm/bitmapalphathreshold.cpp10
-rw-r--r--gm/blurrect.cpp8
-rw-r--r--gm/circles.cpp4
-rw-r--r--gm/rects.cpp4
4 files changed, 13 insertions, 13 deletions
diff --git a/gm/bitmapalphathreshold.cpp b/gm/bitmapalphathreshold.cpp
index 8af49fe351..e1413969f2 100644
--- a/gm/bitmapalphathreshold.cpp
+++ b/gm/bitmapalphathreshold.cpp
@@ -21,7 +21,7 @@ private:
virtual uint32_t onGetFlags() const SK_OVERRIDE {
// narrow this flags when the shader has a CPU implementation and
// when it serializes.
- return
+ return
kSkipPDF_Flag |
kSkipPicture_Flag |
kSkipPipe_Flag |
@@ -62,10 +62,10 @@ private:
SkPath batPath;
SkParsePath::FromSVGString(
"M305.214,374.779c2.463,0,3.45,0.493,3.45,0.493l1.478-6.241c0,0,1.15,4.763,1.643,9.034"
- "c0.493,4.271,8.048,1.479,14.454,0.164c6.405-1.314,7.72-11.662,7.72-11.662h59.294c0,0-35.807,10.841-26.772,34.656"
- "c0,0-52.889-8.048-61.101,24.967h-0.001c-8.212-33.015-61.101-24.967-61.101-24.967c9.034-23.815-26.772-34.656-26.772-34.656"
- "h59.294c0,0,1.314,10.348,7.719,11.662c6.406,1.314,13.962,4.106,14.454-0.164c0.493-4.271,1.643-9.034,1.643-9.034l1.479,6.241"
- "c0,0,0.985-0.493,3.449-0.493H305.214L305.214,374.779z",
+ "c0.493,4.271,8.048,1.479,14.454,0.164c6.405-1.314,7.72-11.662,7.72-11.662h59.294c0,0-35.807,10.841-26.772,34.656"
+ "c0,0-52.889-8.048-61.101,24.967h-0.001c-8.212-33.015-61.101-24.967-61.101-24.967c9.034-23.815-26.772-34.656-26.772-34.656"
+ "h59.294c0,0,1.314,10.348,7.719,11.662c6.406,1.314,13.962,4.106,14.454-0.164c0.493-4.271,1.643-9.034,1.643-9.034l1.479,6.241"
+ "c0,0,0.985-0.493,3.449-0.493H305.214L305.214,374.779z",
&batPath);
SkMatrix matrix;
diff --git a/gm/blurrect.cpp b/gm/blurrect.cpp
index 40bbf71f8c..5e31a1ca74 100644
--- a/gm/blurrect.cpp
+++ b/gm/blurrect.cpp
@@ -141,8 +141,8 @@ class BlurRectCompareGM : public skiagm::GM {
SkScalar fRadius;
SkBlurMask::Style fStyle;
public:
- BlurRectCompareGM(const char name[], unsigned int rectWidth,
- unsigned int rectHeight, float radius,
+ BlurRectCompareGM(const char name[], unsigned int rectWidth,
+ unsigned int rectHeight, float radius,
SkBlurMask::Style style)
: fName(name)
, fRectWidth(rectWidth)
@@ -244,8 +244,8 @@ protected:
memset(src.fImage, 0xff, src.computeTotalImageSize());
- return SkBlurMask::BoxBlur(m, src,
- SkBlurMask::ConvertRadiusToSigma(this->radius()),
+ return SkBlurMask::BoxBlur(m, src,
+ SkBlurMask::ConvertRadiusToSigma(this->radius()),
this->style(), this->getQuality());
}
diff --git a/gm/circles.cpp b/gm/circles.cpp
index a1aff75460..f57463954c 100644
--- a/gm/circles.cpp
+++ b/gm/circles.cpp
@@ -81,8 +81,8 @@ protected:
SkPaint p;
p.setAntiAlias(true);
SkBlurDrawLooper* shadowLooper =
- new SkBlurDrawLooper (SK_ColorBLUE,
- SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(10)),
+ new SkBlurDrawLooper (SK_ColorBLUE,
+ SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(10)),
SkIntToScalar(5), SkIntToScalar(10),
SkBlurDrawLooper::kIgnoreTransform_BlurFlag |
SkBlurDrawLooper::kOverrideColor_BlurFlag |
diff --git a/gm/rects.cpp b/gm/rects.cpp
index 6350ea9dd1..fb70dd76b4 100644
--- a/gm/rects.cpp
+++ b/gm/rects.cpp
@@ -86,8 +86,8 @@ protected:
p.setColor(SK_ColorWHITE);
p.setAntiAlias(true);
SkBlurDrawLooper* shadowLooper =
- new SkBlurDrawLooper (SK_ColorWHITE,
- SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(10)),
+ new SkBlurDrawLooper (SK_ColorWHITE,
+ SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(10)),
SkIntToScalar(5), SkIntToScalar(10),
SkBlurDrawLooper::kIgnoreTransform_BlurFlag |
SkBlurDrawLooper::kOverrideColor_BlurFlag |