Home | History | Annotate | Download | only in tests

Lines Matching refs:tests

11 static const SkDPoint tests[] = {
21 static const size_t tests_count = SK_ARRAY_COUNT(tests);
25 SkDVector v1 = tests[index + 1] - tests[index];
27 SkDVector v2 = tests[index] - tests[index + 1];
31 SkDPoint p = tests[index + 1] + v2;
32 REPORTER_ASSERT(reporter, p == tests[index]);
35 v1 = tests[index + 1] - tests[index];
38 v1 -= tests[index + 1] - tests[index];
42 v1 = tests[index + 1] - tests[index];