Lines Matching refs:Reporter
68 static void testOneOffs(skiatest::Reporter* reporter) {
86 REPORTER_ASSERT(reporter, conicXY.approximatelyEqual(lineXY));
91 DEF_TEST(PathOpsConicLineIntersectionOneOff, reporter) {
92 testOneOffs(reporter);
95 DEF_TEST(PathOpsConicLineIntersection, reporter) {
109 REPORTER_ASSERT(reporter, 0);
114 REPORTER_ASSERT(reporter, 0);
119 REPORTER_ASSERT(reporter, result == lineConicTests[index].result);
125 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
128 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
133 REPORTER_ASSERT(reporter, 0);
139 REPORTER_ASSERT(reporter, 0);