aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/dashing.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-05 02:01:21 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-05 02:01:21 +0000
commit73b140a9f668c189b0682cc5f82d9fb57ff8bc15 (patch)
tree2c8c0d1f626db0d2167d43b103e1d561b9967652 /gm/dashing.cpp
parentb1c8827321b230a77ea03cbdad8008b4d33844ff (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6669 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/dashing.cpp')
-rw-r--r--gm/dashing.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/dashing.cpp b/gm/dashing.cpp
index 935ae4a0d3..70fb9b1fa2 100644
--- a/gm/dashing.cpp
+++ b/gm/dashing.cpp
@@ -185,8 +185,8 @@ protected:
// Draw a 100x100 block of dashed lines. The horizontal ones are BW
// while the vertical ones are AA.
- void drawDashedLines(SkCanvas* canvas,
- SkScalar lineLength,
+ void drawDashedLines(SkCanvas* canvas,
+ SkScalar lineLength,
SkScalar phase,
SkScalar dashLength,
int strokeWidth,
@@ -284,7 +284,7 @@ protected:
// 3on/3off 3x1 rects - should use rect fast path regardless of phase
for (int phase = 0; phase <= 3; ++phase) {
canvas->save();
- canvas->translate(SkIntToScalar(phase*110+2),
+ canvas->translate(SkIntToScalar(phase*110+2),
SkIntToScalar(330));
this->drawDashedLines(canvas, 100, SkIntToScalar(phase), SkIntToScalar(3), 1, false);
canvas->restore();