Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DFontFileParserTest.cpp91 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
123 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
H A DFontTest.cpp28 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
H A DFontFamilyTest.cpp527 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()
772 new FreeTypeMinikinFontForTest(getTestFontPath(kTestFont))); in TEST_F()
H A DFontCollectionItemizeTest.cpp937 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kNoGlyphFont)); in TEST()
952 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kJAFont)); in TEST()
/aosp12/frameworks/minikin/tests/util/
H A DFontTestUtils.cpp126 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
134 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
H A DPathUtils.h30 inline std::string getTestFontPath(const std::string& fontFilePath) { in getTestFontPath() function