From 30b9fdd6a1d607bde20c793af65b5e2e8a1737ca Mon Sep 17 00:00:00 2001 From: caryclark Date: Wed, 31 Aug 2016 14:36:29 -0700 Subject: pathops coincident work This is working towards fixing all bugs around simplifying the tiger. This installment simplifies the point-t intersection list as it is built rather than doing the analysis once the intersections are complete. This avoids getting the list in an inconsistent state and makes coincident checks faster and more stable. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2237223002 TBR=reed@google.com BUG=skia:5131 Review-Url: https://codereview.chromium.org/2237223002 --- tests/PathOpsSimplifyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PathOpsSimplifyTest.cpp') diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp index af2e09d79f..fe43305cb4 100644 --- a/tests/PathOpsSimplifyTest.cpp +++ b/tests/PathOpsSimplifyTest.cpp @@ -5256,7 +5256,7 @@ static void tiger8a_h_1(skiatest::Reporter* reporter, const char* filename) { #if DEBUG_UNDER_DEVELOPMENT // tiger return; #endif - uint64_t testlines = 0x0000000202480001; // best so far: 0x0000001610031021; + uint64_t testlines = 0x0000004310528845; // best so far: 0x0000001d14c14bb1; tiger8a_x(reporter, filename, testlines); } -- cgit v1.2.3