Lines Matching refs:tests
8 #include "tests/PathOpsTestCommon.h"
9 #include "tests/Test.h"
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];
33 v1 = tests[index + 1] - tests[index];
36 v1 -= tests[index + 1] - tests[index];
40 v1 = tests[index + 1] - tests[index];