Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

79 static void testOneOffs(skiatest::Reporter* reporter) {
97 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY));
102 DEF_TEST(PathOpsQuadLineIntersectionOneOff, reporter) {
103 testOneOffs(reporter);
106 DEF_TEST(PathOpsQuadLineIntersection, reporter) {
118 REPORTER_ASSERT(reporter, 0);
122 REPORTER_ASSERT(reporter, 0);
127 REPORTER_ASSERT(reporter, result == lineQuadTests[index].result);
133 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
136 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
141 REPORTER_ASSERT(reporter, 0);
147 REPORTER_ASSERT(reporter, 0);