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

Side by Side Diff: tests/PathOpsSimplifyQuadThreadedTest.cpp

Issue 2018513003: fix security bug (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove extra spaces Created 4 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 unified diff | Download patch
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tests/PathOpsSimplifyTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2012 Google Inc. 2 * Copyright 2012 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 #include "PathOpsExtendedTest.h" 7 #include "PathOpsExtendedTest.h"
8 #include "PathOpsThreadedCommon.h" 8 #include "PathOpsThreadedCommon.h"
9 9
10 static void testSimplifyQuadsMain(PathOpsThreadState* data) 10 static void testSimplifyQuadsMain(PathOpsThreadState* data)
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 for (int d = c; d < 16; ++d) { 88 for (int d = c; d < 16; ++d) {
89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnabl e( 89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnabl e(
90 &testSimplifyQuadsMain, a, b, c, d, &testRunner); 90 &testSimplifyQuadsMain, a, b, c, d, &testRunner);
91 } 91 }
92 if (!reporter->allowExtendedTest()) goto finish; 92 if (!reporter->allowExtendedTest()) goto finish;
93 } 93 }
94 } 94 }
95 } 95 }
96 finish: 96 finish:
97 testRunner.render(); 97 testRunner.render();
98 ShowTestArray("testQuads");
99 } 98 }
OLDNEW
« 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