Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

79 static bool test_bmp(skiatest::Reporter* reporter,
84 REPORTER_ASSERT( reporter, *bmp1->getAddr32(x,y) == *bmp2->getAddr32(x,y) );
90 static void test_path_eq(skiatest::Reporter* reporter, const SkPath* path,
106 test_bmp(reporter, truth, &bmp, w, h);
109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth,
116 test_path_eq(reporter, &path, truth, w, h);
119 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth,
126 test_path_eq(reporter, &path, truth, w, h);
129 DEF_TEST(PathUtils, reporter) {
148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
149 test_region(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);