Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: tests/PathOpsQuadIntersectionTest.cpp

Issue 15338003: path ops -- rewrite angle sort (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tests/PathOpsSimplifyTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathOpsQuadIntersectionTest.cpp
===================================================================
--- tests/PathOpsQuadIntersectionTest.cpp (revision 9425)
+++ tests/PathOpsQuadIntersectionTest.cpp (working copy)
@@ -50,6 +50,19 @@
}
static const SkDQuad testSet[] = {
+ {{{131.37418,11414.9825}, {130.28798,11415.9328}, {130.042755,11417.4131}}},
+ {{{130.585787,11418.4142}, {130.021447,11417.8498}, {130,11417}}},
+
+ {{{130.73167037963867, 11418.546386718750}, {131.26360225677490, 11418.985778808592},
+ {132, 11419 }}},
+ {{{132, 11419}, {131.15012693405151, 11418.978546142578},
+ {130.58578681945801, 11418.414184570313}}},
+
+ {{{132, 11419},
+ {130.73167037963867, 11418.546386718750}, {131.26360225677490, 11418.985778808592}}},
+ {{{131.15012693405151, 11418.978546142578},
+ {130.58578681945801, 11418.414184570313}, {132, 11419}}},
+
{{{3.0774019473063863, 3.35198509346713}, {3.0757503498668397, 3.327320623945933},
{3.0744102085015879, 3.3025879417907196}}},
{{{3.053913680774329, 3.3310471586283938}, {3.0758730889691694, 3.3273466070370152},
@@ -252,7 +265,7 @@
}
static void QuadraticIntersection_OneOffTest(skiatest::Reporter* reporter) {
- oneOffTest1(reporter, 43, 47);
+ oneOffTest1(reporter, 0, 1);
}
static void oneOffTests(skiatest::Reporter* reporter) {
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tests/PathOpsSimplifyTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698