Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

30     void run(skiatest::Reporter* reporter) {
32 this->run(nullptr, reporter);
36 this->run(&RTreeFactory, reporter);
40 void run(SkBBHFactory* factory, skiatest::Reporter* reporter) {
50 REPORTER_ASSERT(reporter, SK_ColorGREEN == fResultBitmap.getColor(0, 0));
86 DEF_TEST(PictureBBH, reporter) {
89 emptyPictureTest.run(reporter);
92 emptyClipPictureTest.run(reporter);