commit | a3f05facab01712a1b58e60a70b0dbdb90a39830 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 17:44:28 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 17:44:28 2012 +0000 |
tree | 07ed26e6e37b2b66332a7c1a4af8cbe91f4845ff | |
parent | 99840553cda3184ec2e32fbb192d104741ceea86 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticBezierClip_Test.cpp b/experimental/Intersection/QuadraticBezierClip_Test.cpp index 289ebdb..c42cfc6 100644 --- a/experimental/Intersection/QuadraticBezierClip_Test.cpp +++ b/experimental/Intersection/QuadraticBezierClip_Test.cpp
@@ -19,7 +19,7 @@ bezier_clip(quad1, quad2, minT, maxT); } -void standardTestCases() { +static void standardTestCases() { for (size_t index = 0; index < quadraticTests_count; ++index) { const Quadratic& quad1 = quadraticTests[index][0]; const Quadratic& quad2 = quadraticTests[index][1];