Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

14 static void test_hairclipping(skiatest::Reporter* reporter) {
42 REPORTER_ASSERT(reporter, 0xFFFFFFFF != c);
44 REPORTER_ASSERT(reporter, 0xFFFFFFFF == c);
68 static void test_intersectline(skiatest::Reporter* reporter) {
97 REPORTER_ASSERT(reporter, !valid);
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
140 REPORTER_ASSERT(reporter, valid &&
146 DEF_TEST(Clipper, reporter) {
147 test_intersectline(reporter);
149 test_hairclipping(reporter);