Home
last modified time | relevance | path

Searched defs:test_font (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-face.c37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function
Dtest-shape.c73 test_font (hb_font_t *font) in test_font() function
/third_party/skia/m133/third_party/externals/harfbuzz/test/api/
Dtest-ot-face.c37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function
Dtest-shape.c73 test_font (hb_font_t *font) in test_font() function
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py340 def test_font(self): member in LineNumbersTest
622 def test_font(self): member in ShellSidebarTest
Dtest_codecontext.py356 def test_font(self): member in CodeContextTest
/third_party/skia/m133/third_party/externals/icu/source/test/letest/
Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
/third_party/icu/icu4c/source/test/letest/
Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
/third_party/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
/third_party/skia/m133/third_party/externals/icu/source/test/perf/leperf/
Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
/third_party/skia/m133/modules/skottie/tests/
DPropertyObserver.cpp142 MockFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(std::move(test_font)) {} in MockFontMgr()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp214 FakeFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(test_font) {} in DEF_TEST()