Searched refs:SystemFonts (Results 1 – 15 of 15) sorted by relevance
23 SystemFonts& SystemFonts::getInstance() { in getInstance()24 static SystemFonts systemFonts; in getInstance()28 std::shared_ptr<FontCollection> SystemFonts::findFontCollectionInternal( in findFontCollectionInternal()
48 "SystemFonts.cpp",
30 class SystemFonts {49 SystemFonts() {} in SystemFonts() function50 virtual ~SystemFonts() {} in ~SystemFonts()63 static SystemFonts& getInstance();
28 class TestableSystemFonts : public SystemFonts {30 TestableSystemFonts() : SystemFonts() {} in TestableSystemFonts()
26 import android.graphics.fonts.SystemFonts;84 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(testFontsXml, in FontFallbackSetup()
113 minikin::SystemFonts::registerDefault(toTypeface(faceHandle)->fFontCollection); in Typeface_setDefault()136 minikin::SystemFonts::registerFallback(familyNameChars.c_str(), in Typeface_registerGenericFamily()
52 return SystemFonts.buildSystemFallback_Original(getFontLocation() + "/fonts.xml", in buildSystemFallback()
34 import android.graphics.fonts.SystemFonts;783 final FontFamily[] fallback = SystemFonts.getSystemFallback(mFallbackName);1077 android.graphics.fonts.FontFamily[] fallback = SystemFonts.getSystemFallback(fallbackName);1141 initSystemDefaultTypefaces(systemFontMap, SystemFonts.getRawSystemFallbackMap(),1142 SystemFonts.getAliases());
48 public final class SystemFonts { class52 private SystemFonts() {} // Do not instansiate. in SystemFonts() method in SystemFonts
29 import android.graphics.fonts.SystemFonts;142 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(TEST_FONTS_XML, in buildSystemFallback()163 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(SYSTEM_FONTS_XML, in testBuildSystemFallback()
248 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()
1383 android.graphics.fonts.SystemFonts
6906 HSPLandroid/graphics/fonts/SystemFonts;->$closeResource(Ljava/lang/Throwable;Ljava/lang/AutoCloseab…6907 HSPLandroid/graphics/fonts/SystemFonts;->appendNamedFamily(Landroid/text/FontConfig$Family;Ljava/ut…6908 HSPLandroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;La…6909 HSPLandroid/graphics/fonts/SystemFonts;->createFontFamily(Ljava/lang/String;Ljava/util/List;Ljava/l…6910 HSPLandroid/graphics/fonts/SystemFonts;->getAliases()[Landroid/text/FontConfig$Alias;6911 HSPLandroid/graphics/fonts/SystemFonts;->getRawSystemFallbackMap()Ljava/util/Map;6912 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;6913 HSPLandroid/graphics/fonts/SystemFonts;->pushFamilyToFallback(Landroid/text/FontConfig$Family;Landr…6914 HSPLandroid/graphics/fonts/SystemFonts;->readFontCustomization(Ljava/lang/String;Ljava/lang/String;…33547 Landroid/graphics/fonts/SystemFonts;
15899 public final class SystemFonts {