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()
108 minikin::SystemFonts::registerDefault(toTypeface(faceHandle)->fFontCollection); in Typeface_setDefault()131 minikin::SystemFonts::registerFallback(familyNameChars.c_str(), in Typeface_registerGenericFamily()
52 return SystemFonts.buildSystemFallback_Original(getFontLocation() + "/standard/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()
259 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()
10 Landroid/graphics/fonts/SystemFonts;->pushFamilyToFallback(Landroid/text/FontConfig$Family;Landroid…22 Landroid/graphics/fonts/SystemFonts;->createFontFamily(Ljava/lang/String;Ljava/util/List;Ljava/lang…44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…45 Landroid/graphics/fonts/SystemFonts;->$closeResource(Ljava/lang/Throwable;Ljava/lang/AutoCloseable;…46 Landroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
2147 android.graphics.fonts.SystemFonts
9332 HSPLandroid/graphics/fonts/SystemFonts;->getSystemFallback(Ljava/lang/String;)[Landroid/graphics/fo…42274 Landroid/graphics/fonts/SystemFonts;
16364 public final class SystemFonts {