From 6a748ad8d82576c4ce59e9b2409d41a93bf05cdf Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 19 Oct 2012 02:01:19 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6013 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/PathTest.cpp') 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); -- cgit v1.2.3