Lines Matching defs:reporter
73 static void testOneOffs(skiatest::Reporter* reporter) {
92 REPORTER_ASSERT(reporter, conicXY.approximatelyEqual(lineXY));
97 DEF_TEST(PathOpsConicLineIntersectionOneOff, reporter) {
98 testOneOffs(reporter);
101 DEF_TEST(PathOpsConicLineIntersection, reporter) {
119 REPORTER_ASSERT(reporter, 0);
124 REPORTER_ASSERT(reporter, 0);
129 REPORTER_ASSERT(reporter, result == lineConicTests[index].result);
135 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
138 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
143 REPORTER_ASSERT(reporter, 0);
149 REPORTER_ASSERT(reporter, 0);