Searched refs:fontPath (Results 1 – 8 of 8) sorted by relevance
83 const std::string fontPath = xmlTrim(fontDir + std::string((const char*)fontFileName)); in getFontFamilies() local88 if (access(fontPath.c_str(), R_OK) != 0) { in getFontFamilies()89 ALOGW("%s is not found.", fontPath.c_str()); in getFontFamilies()96 std::make_shared<FreeTypeMinikinFontForTest>(fontPath); in getFontFamilies()100 std::make_shared<FreeTypeMinikinFontForTest>(fontPath, in getFontFamilies()
46 const std::string& fontPath() const { return mFontPath; } in fontPath() function
35 const std::string& fontPath = GetParam().first; in TEST_P() local38 auto font = std::make_shared<FreeTypeMinikinFontForTest>(fontPath); in TEST_P()61 << "Inconsistent Result: " << fontPath << "#" << ttcIndex << ": U+" << std::hex in TEST_P()
91 ScopedUtfChars fontPath(env, filePath); in Font_Builder_build() local116 std::string_view(fontPath.c_str(), fontPath.size()), in Font_Builder_build()
243 String fontPath = Environment.getRootDirectory().getAbsolutePath(); in create() local244 fontPath += "/fonts/" + fileName; in create()245 return createFromFile(rs, res, fontPath, pointSize); in create()
38 for (const auto& fontPath : fonts) { in buildLayout() local39 families.push_back(buildFontFamily(fontPath)); in buildLayout()50 for (const auto& fontPath : fonts) { in buildLayout() local51 families.push_back(buildFontFamily(fontPath)); in buildLayout()
552 const std::string fontPath; in TEST_F() member560 SCOPED_TRACE(testCase.hasVSTable ? "Font " + testCase.fontPath + in TEST_F()562 : "Font " + testCase.fontPath + in TEST_F()565 std::shared_ptr<FontFamily> family = buildFontFamily(testCase.fontPath); in TEST_F()
107 ((FreeTypeMinikinFontForTest*)run.fakedFont.font->typeface().get())->fontPath()); in getFontName()