Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

15 static void test_hairclipping(skiatest::Reporter* reporter) {
43 REPORTER_ASSERT(reporter, 0xFFFFFFFF != c);
45 REPORTER_ASSERT(reporter, 0xFFFFFFFF == c);
69 static void test_intersectline(skiatest::Reporter* reporter) {
98 REPORTER_ASSERT(reporter, !valid);
122 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
141 REPORTER_ASSERT(reporter, valid &&
147 DEF_TEST(Clipper, reporter) {
148 test_intersectline(reporter);
150 test_hairclipping(reporter);