Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

31     void run(skiatest::Reporter* reporter) {
33 this->run(nullptr, reporter);
37 this->run(&RTreeFactory, reporter);
41 void run(SkBBHFactory* factory, skiatest::Reporter* reporter) {
51 REPORTER_ASSERT(reporter, SK_ColorGREEN == fResultBitmap.getColor(0, 0));
87 DEF_TEST(PictureBBH, reporter) {
90 emptyPictureTest.run(reporter);
93 emptyClipPictureTest.run(reporter);