Home
last modified time | relevance | path

Searched refs:fontPath (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontTestUtils.cpp69 std::string fontPath = fontDir + std::string((const char*)fontFileName); in getFontFamilies() local
72 if (access(fontPath.c_str(), R_OK) != 0) { in getFontFamilies()
73 ALOGW("%s is not found.", fontPath.c_str()); in getFontFamilies()
79 std::make_shared<MinikinFontForTest>(fontPath); in getFontFamilies()
83 std::make_shared<MinikinFontForTest>(fontPath, in getFontFamilies()
DFontFamilyTest.cpp49 std::shared_ptr<FontFamily> makeFamily(const std::string& fontPath) { in makeFamily() argument
50 std::shared_ptr<MinikinFont> font(new MinikinFontForTest(fontPath)); in makeFamily()
614 const std::string fontPath; in TEST_F() member
624 ? "Font " + testCase.fontPath + in TEST_F()
626 : "Font " + testCase.fontPath + in TEST_F()
630 new MinikinFontForTest(testCase.fontPath)); in TEST_F()
DMinikinFontForTest.h44 const std::string& fontPath() const { return mFontPath; } in fontPath() function
DFontCollectionItemizeTest.cpp73 return ((MinikinFontForTest*)run.fakedFont.font)->fontPath(); in getFontPath()
/third_party/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp106 const char *fontPath = "myfont.ttf"; in main() local
108 font = new PortableFontInstance(fontPath, 12, fontStatus); in main()
112 u_printf("leperf: testing %s\n", fontPath); in main()