Lines Matching refs:Reporter
69 static void testOneOffs(skiatest::Reporter* reporter) {
89 REPORTER_ASSERT(reporter, conicXY.approximatelyEqual(lineXY));
94 DEF_TEST(PathOpsConicLineIntersectionOneOff, reporter) {
95 testOneOffs(reporter);
98 DEF_TEST(PathOpsConicLineIntersection, reporter) {
116 REPORTER_ASSERT(reporter, 0);
121 REPORTER_ASSERT(reporter, 0);
126 REPORTER_ASSERT(reporter, result == lineConicTests[index].result);
132 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
135 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
140 REPORTER_ASSERT(reporter, 0);
146 REPORTER_ASSERT(reporter, 0);