Searched refs:fontDir (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/emoji/core/ |
D | build.gradle | 12 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/ |
D | build.gradle | 9 fontDir = project(':noto-emoji-compat').projectDir 14 main.assets.srcDirs new File(fontDir, "font").getAbsolutePath()
|
/frameworks/support/samples/SupportEmojiDemos/ |
D | build.gradle | 22 fontDir = project(':noto-emoji-compat').projectDir 33 main.assets.srcDirs = [new File(fontDir, "supported-emojis").getAbsolutePath()]
|
/frameworks/minikin/tests/util/ |
D | FontTestUtils.h | 33 std::vector<std::shared_ptr<FontFamily>> getFontFamilies(const std::string& fontDir,
|
D | FontTestUtils.cpp | 49 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/ |
D | Typeface.java | 966 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/ |
D | Typeface_Delegate.java | 228 /*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()
|