Searched refs:SystemFonts (Results 1 – 12 of 12) 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()
52 return SystemFonts.buildSystemFallback_Original(getFontLocation() + "/fonts.xml", in buildSystemFallback()
113 minikin::SystemFonts::registerDefault(toTypeface(faceHandle)->fFontCollection); in Typeface_setDefault()136 minikin::SystemFonts::registerFallback(familyNameChars.c_str(), in Typeface_registerGenericFamily()
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