Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

77 static void testOneOffs(skiatest::Reporter* reporter) {
95 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY));
100 static void PathOpsQuadLineIntersectionOneOffTest(skiatest::Reporter* reporter) {
101 testOneOffs(reporter);
104 static void PathOpsQuadLineIntersectionTest(skiatest::Reporter* reporter) {
116 REPORTER_ASSERT(reporter, 0);
120 REPORTER_ASSERT(reporter, 0);
125 REPORTER_ASSERT(reporter, result == lineQuadTests[index].result);
131 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
134 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
139 REPORTER_ASSERT(reporter, 0);
145 REPORTER_ASSERT(reporter, 0);