Home
last modified time | relevance | path

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

/frameworks/minikin/tests/util/
DPathUtils.h30 inline std::string getTestFontPath(const std::string& fontFilePath) { in getTestFontPath() function
DFontTestUtils.cpp126 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
134 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
/frameworks/minikin/tests/unittest/
DFontTest.cpp27 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
DFontFamilyTest.cpp492 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()
734 new FreeTypeMinikinFontForTest(getTestFontPath(kTestFont))); in TEST_F()
DFontCollectionItemizeTest.cpp928 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kNoGlyphFont)); in TEST()
943 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kJAFont)); in TEST()