Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

79 static void testOneOffs(skiatest::Reporter* reporter) {
99 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY));
104 DEF_TEST(PathOpsQuadLineIntersectionOneOff, reporter) {
105 testOneOffs(reporter);
108 DEF_TEST(PathOpsQuadLineIntersection, reporter) {
122 REPORTER_ASSERT(reporter, 0);
126 REPORTER_ASSERT(reporter, 0);
131 REPORTER_ASSERT(reporter, result == lineQuadTests[index].result);
137 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
140 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
145 REPORTER_ASSERT(reporter, 0);
151 REPORTER_ASSERT(reporter, 0);