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

Side by Side Diff: tests/PathOpsIssue3651.cpp

Issue 1107353004: align top and bounds computations (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up code Created 5 years, 7 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/PathOpsExtendedTest.cpp ('k') | tests/PathOpsOpTest.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 2014 Google Inc. 2 * Copyright 2014 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 "PathOpsTestCommon.h" 8 #include "PathOpsTestCommon.h"
9 9
10 #define TEST(name) { name, #name } 10 #define TEST(name) { name, #name }
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 static const size_t testCount = SK_ARRAY_COUNT(tests); 1377 static const size_t testCount = SK_ARRAY_COUNT(tests);
1378 1378
1379 static bool runReverse = false; 1379 static bool runReverse = false;
1380 1380
1381 DEF_TEST(PathOpsIssue3651, reporter) { 1381 DEF_TEST(PathOpsIssue3651, reporter) {
1382 #if DEBUG_SHOW_TEST_NAME 1382 #if DEBUG_SHOW_TEST_NAME
1383 strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH); 1383 strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH);
1384 #endif 1384 #endif
1385 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runRev erse); 1385 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runRev erse);
1386 } 1386 }
OLDNEW
« no previous file with comments | « tests/PathOpsExtendedTest.cpp ('k') | tests/PathOpsOpTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698