Lines Matching refs:Reporter
112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
118 REPORTER_ASSERT_MESSAGE(reporter,
123 REPORTER_ASSERT_MESSAGE(reporter,
133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount,
136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record),
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
186 REPORTER_ASSERT_MESSAGE(reporter,
198 REPORTER_ASSERT_MESSAGE(reporter,
216 DEF_TEST(FontNames, reporter) {
217 test_synthetic(reporter, FLAGS_verboseFontNames);
218 test_systemfonts(reporter, FLAGS_verboseFontNames);