Lines Matching defs:reporter
117 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
123 REPORTER_ASSERT(reporter,
127 REPORTER_ASSERT(reporter,
138 REPORTER_ASSERT(reporter, nameIndex == test.nameCount, "Fewer names than expected.");
140 REPORTER_ASSERT(reporter, !iter.next(record), "More names than expected.");
145 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
190 reporter,
202 reporter,
221 DEF_TEST(FontNames, reporter) {
222 test_synthetic(reporter, FLAGS_verboseFontNames);
223 test_systemfonts(reporter, FLAGS_verboseFontNames);