Home
last modified time | relevance | path

Searched refs:test_font (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-shape.c73 test_font (hb_font_t *font) in test_font() function
132 test_font (font); in test_shape()
135 test_font (sub_font); in test_shape()
Dtest-ot-face.c37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function
181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
/third_party/harfbuzz/test/api/
Dtest-shape.c73 test_font (hb_font_t *font) in test_font() function
132 test_font (font); in test_shape()
135 test_font (sub_font); in test_shape()
Dtest-ot-face.c37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function
181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py339 def test_font(self): member in LineNumbersTest
343 test_font = 'TkTextFont'
344 self.assertNotEqual(orig_font, test_font)
349 self.font_override = test_font
355 self.assertEqual(ln.sidebar_text['font'], test_font)
623 def test_font(self): member in ShellSidebarTest
626 test_font = 'TkTextFont'
629 return test_font
645 self.assertNotEqual(get_sidebar_font(), test_font)
647 self.assertEqual(get_sidebar_font(), test_font)
Dtest_codecontext.py356 def test_font(self): member in CodeContextTest
361 test_font = 'TkTextFont'
362 self.assertNotEqual(orig_font, test_font)
368 self.font_override = test_font
374 eq(cc.context['font'], test_font)
/third_party/flutter/engine/flutter/runtime/
DBUILD.gn9 source_set("test_font") {
74 ":test_font",
/third_party/icu/icu4c/source/test/letest/
Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
205 if (tag.compare(test_font) == 0) { in readTestFile()
Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
236 if (tag.compare(test_font) == 0) { in main()
Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
640 if (tag.compare(test_font) == 0) { in DataDrivenTest()
/third_party/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
209 if (tag.compare(test_font) == 0) { in readTestFile()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc50 text32[10] = test_font (font, text32[15]) % 256; in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc50 text32[10] = test_font (font, text32[15]) % 256; in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTest.cpp53 "fName": "test_font", in DEF_TEST()
116 "f": "test_font", in DEF_TEST()
187 DummyFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(test_font) {} in DEF_TEST() argument
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp54 "fName": "test_font", in DEF_TEST()
118 "f": "test_font", in DEF_TEST()
214 FakeFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(test_font) {} in DEF_TEST() argument
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dasset_test.dart42 '[{"family":"packages/font/test_font","fonts":[{"asset":"packages/font/test_font_file"}]}]',
/third_party/flutter/engine/flutter/lib/ui/
DBUILD.gn114 "$flutter_root/runtime:test_font",
/third_party/flutter/skia/tests/
DFontMgrTest.cpp21 static void test_font(skiatest::Reporter* reporter) { in test_font() function
739 test_font(reporter); in DEF_TEST()
/third_party/python/Misc/
DHISTORY12202 - Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by Ned
/third_party/chromium/patch/
D0001-cve.patch45648 @@ -131,6 +131,7 @@ test_font (hb_font_t *font, hb_codepoint_t cp)
45656 @@ -162,11 +163,9 @@ test_font (hb_font_t *font, hb_codepoint_t cp)
46529 /* Similar to test-ot-face.c's #test_font() */
46599 text32[10] = test_font (font, text32[15]) % 256;