Searched refs:test_font (Results 1 – 12 of 12) sorted by relevance
321 test_font = 'FakeFont'329 cc.text['font'] = test_font347 cc.text['font'] = test_font349 eq(cc.textfont, test_font)351 eq(cc.context['font'], test_font)
154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local209 if (tag.compare(test_font) == 0) { in readTestFile()
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()
21 static void test_font(skiatest::Reporter* reporter) { in test_font() function719 test_font(reporter); in DEF_TEST()
20 static void test_font(skiatest::Reporter* reporter) { in test_font() function718 test_font(reporter); in DEF_TEST()
312 def test_font(self): member in StandardOptionsTests
330 def test_font(self): member in StandardOptionsTests
203 def test_font(self): member in LabelTest
201 def test_font(self): member in LabelTest
12202 - Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by Ned