Searched refs:test_font (Results 1 – 7 of 7) sorted by relevance
150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local205 if (tag.compare(test_font) == 0) { in readTestFile()
178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local236 if (tag.compare(test_font) == 0) { in main()
584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local640 if (tag.compare(test_font) == 0) { in DataDrivenTest()
154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local209 if (tag.compare(test_font) == 0) { in readTestFile()
20 static void test_font(skiatest::Reporter* reporter) { in test_font() function723 test_font(reporter); in DEF_TEST()
330 def test_font(self): member in StandardOptionsTests
203 def test_font(self): member in LabelTest