Searched refs:getTestFontPath (Results 1 – 6 of 6) sorted by relevance
91 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()123 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
28 auto minikinFont = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath("Ascii.ttf")); in TEST()
527 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()772 new FreeTypeMinikinFontForTest(getTestFontPath(kTestFont))); in TEST_F()
937 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kNoGlyphFont)); in TEST()952 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kJAFont)); in TEST()
126 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()134 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
30 inline std::string getTestFontPath(const std::string& fontFilePath) { in getTestFontPath() function