Lines Matching refs:Reporter
81 static bool test_bmp(skiatest::Reporter* reporter,
86 REPORTER_ASSERT( reporter, *bmp1->getAddr32(x,y) == *bmp2->getAddr32(x,y) );
92 static void test_path_eq(skiatest::Reporter* reporter, const SkPath* path,
109 test_bmp(reporter, truth, &bmp, w, h);
112 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth,
119 test_path_eq(reporter, &path, truth, w, h);
122 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth,
129 test_path_eq(reporter, &path, truth, w, h);
132 DEF_TEST(PathUtils, reporter) {
151 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
152 test_region(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);