aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 02:01:19 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 02:01:19 +0000
commit6a748ad8d82576c4ce59e9b2409d41a93bf05cdf (patch)
treee671d051a50a0caeab8e2bb85284ef25b02a69ed /tests/PathTest.cpp
parentc7a37c7bb2279d8c15d6fcbaf38f59dbd727eb6c (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6013 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index d035b34200..819d3b3e87 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -77,8 +77,8 @@ static void test_isfinite_after_transform(skiatest::Reporter* reporter) {
REPORTER_ASSERT(reporter, path.getBounds().isEmpty());
}
-static void add_corner_arc(SkPath* path, const SkRect& rect,
- SkScalar xIn, SkScalar yIn,
+static void add_corner_arc(SkPath* path, const SkRect& rect,
+ SkScalar xIn, SkScalar yIn,
int startAngle)
{
@@ -107,7 +107,7 @@ static void add_corner_arc(SkPath* path, const SkRect& rect,
path->arcTo(arcRect, SkIntToScalar(startAngle), SkIntToScalar(90), false);
}
-static void make_arb_round_rect(SkPath* path, const SkRect& r,
+static void make_arb_round_rect(SkPath* path, const SkRect& r,
SkScalar xCorner, SkScalar yCorner) {
// we are lazy here and use the same x & y for each corner
add_corner_arc(path, r, xCorner, yCorner, 270);