Home
last modified time | relevance | path

Searched defs:fontPath (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/
DUpdatableSystemFontTest.java159 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in updateFont() local
177 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in updateFont_twice() local
196 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in updateFont_allowSameVersion() local
275 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in launchApp() local
307 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in reboot() local
357 String fontPath = getFontPath(NOTO_COLOR_EMOJI_POSTSCRIPT_NAME); in getAvailableFonts() local
375 private int updateFontFile(String fontPath, String signaturePath) throws IOException { in updateFontFile()
/frameworks/minikin/tests/stresstest/
DFontFamilyTest.cpp35 const std::string& fontPath = GetParam().first; in TEST_P() local
/frameworks/minikin/tests/util/
DFontTestUtils.cpp83 const std::string fontPath = xmlTrim(fontDir + std::string((const char*)fontFileName)); in getFontFamilies() local
DFreeTypeMinikinFontForTest.cpp131 std::string fontPath(reader.readString()); in create() local
/frameworks/base/rs/java/android/renderscript/
DFont.java245 String fontPath = Environment.getRootDirectory().getAbsolutePath(); in create() local
/frameworks/minikin/tests/unittest/
DLayoutCoreTest.cpp71 for (const auto& fontPath : fonts) { in makeFontCollection() local
DFontFamilyTest.cpp617 const std::string fontPath; in TEST_F() member
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp100 ScopedUtfChars fontPath(env, filePath); in Font_Builder_build() local
450 sk_sp<SkData>&& data, std::string_view fontPath, const void *fontPtr, size_t fontSize, in createMinikinFontSkia()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerService.java189 public boolean isFromTrustedProvider(String fontPath, byte[] pkcs7Signature) { in isFromTrustedProvider()
DFontManagerShellCommand.java364 String fontPath = shell.getNextArg(); in update() local
/frameworks/base/libs/hwui/jni/
DTypeface.cpp220 std::string_view fontPath = reader.readString(); in create() local