Searched refs:getTestFontPath (Results 1 – 5 of 5) sorted by relevance
30 inline std::string getTestFontPath(const std::string& fontFilePath) { in getTestFontPath() function
126 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()134 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
27 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
492 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()734 new FreeTypeMinikinFontForTest(getTestFontPath(kTestFont))); in TEST_F()
928 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kNoGlyphFont)); in TEST()943 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kJAFont)); in TEST()