Lines Matching defs:tests
9 #include "tests/PathOpsTestCommon.h"
10 #include "tests/Test.h"
12 // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident
13 static const SkDLine tests[][2] = {
44 static const size_t tests_count = SK_ARRAY_COUNT(tests);
210 const SkDLine& line1 = tests[index][0];
211 const SkDLine& line2 = tests[index][1];
228 testOne(reporter, tests[index][0], tests[index][1], true);
234 testOne(reporter, tests[index][0], tests[index][1], false);