Home
last modified time | relevance | path

Searched refs:fontDir (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/emoji/core/
Dbuild.gradle12 fontDir = project(':noto-emoji-compat').projectDir
41 srcDirs = [fontDir.getAbsolutePath()]
48 srcDirs = [new File(fontDir, "font").getAbsolutePath(),
49 new File(fontDir, "supported-emojis").getAbsolutePath()]
/frameworks/support/emoji/bundled/
Dbuild.gradle9 fontDir = project(':noto-emoji-compat').projectDir
14 main.assets.srcDirs new File(fontDir, "font").getAbsolutePath()
/frameworks/support/samples/SupportEmojiDemos/
Dbuild.gradle22 fontDir = project(':noto-emoji-compat').projectDir
33 main.assets.srcDirs = [new File(fontDir, "supported-emojis").getAbsolutePath()]
/frameworks/minikin/tests/util/
DFontTestUtils.h33 std::vector<std::shared_ptr<FontFamily>> getFontFamilies(const std::string& fontDir,
DFontTestUtils.cpp49 std::vector<std::shared_ptr<FontFamily>> getFontFamilies(const std::string& fontDir, in getFontFamilies() argument
83 const std::string fontPath = xmlTrim(fontDir + std::string((const char*)fontFileName)); in getFontFamilies()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java966 Map<String, ByteBuffer> cache, String fontDir) { in createFontFamily() argument
970 final String fullPath = fontDir + font.getFontName(); in createFontFamily()
998 String fontDir) { in pushFamilyToFallback() argument
1022 xmlFamily.getName(), defaultFonts, languageTags, variant, cache, fontDir); in pushFamilyToFallback()
1034 xmlFamily.getName(), fallback, languageTags, variant, cache, fontDir); in pushFamilyToFallback()
1057 public static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() argument
1075 xmlFamily.getLanguages(), xmlFamily.getVariant(), bufferCache, fontDir); in buildSystemFallback()
1090 pushFamilyToFallback(xmlFamily, fallbackListMap, bufferCache, fontDir); in buildSystemFallback()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java228 /*package*/ static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() argument
230 Typeface.buildSystemFallback_Original(getFontLocation() + "/fonts.xml", fontDir, fontMap, in buildSystemFallback() local
236 String[] languageTags, int variant, Map<String, ByteBuffer> cache, String fontDir) { in createFontFamily() argument
239 String fullPathName = fontDir + font.getFontName(); in createFontFamily()