/aosp12/frameworks/minikin/libs/minikin/ |
H A D | SystemFonts.cpp | 23 SystemFonts& SystemFonts::getInstance() { in getInstance() 24 static SystemFonts systemFonts; in getInstance() 28 std::shared_ptr<FontCollection> SystemFonts::findFontCollectionInternal( in findFontCollectionInternal() 39 void SystemFonts::buildFontSetLocked() { in buildFontSetLocked()
|
H A D | Android.bp | 55 "SystemFonts.cpp",
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | SystemFontsPerfTest.java | 19 import android.graphics.fonts.SystemFonts; 42 SystemFonts.resetAvailableFonts(); in getAvailableFonts() 46 SystemFonts.getAvailableFonts(); in getAvailableFonts()
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | SystemFonts.h | 31 class SystemFonts { 64 SystemFonts() {} in SystemFonts() function 65 virtual ~SystemFonts() {} in ~SystemFonts() 99 static SystemFonts& getInstance();
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | FontFallbackSetup.java | 25 import android.graphics.fonts.SystemFonts; 87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup() 88 mFontMap = SystemFonts.buildSystemTypefaces(fontConfig, fallbackMap); in FontFallbackSetup()
|
/aosp12/frameworks/base/tests/UpdatableSystemFontTest/EmojiRenderingTestApp/src/com/android/emojirenderingtestapp/ |
H A D | GetAvailableFontsTestActivity.java | 24 import android.graphics.fonts.SystemFonts; 35 for (Font font : SystemFonts.getAvailableFonts()) { in onCreate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | FontManagerService.java | 28 import android.graphics.fonts.SystemFonts; 305 return SystemFonts.getSystemPreinstalledFontConfig(); in getSystemFontConfig() 329 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap() 331 SystemFonts.buildSystemTypefaces(fontConfig, fallback); in serializeFontMap()
|
H A D | FontManagerShellCommand.java | 29 import android.graphics.fonts.SystemFonts; 314 SystemFonts.buildSystemFallback(fontConfig); in dump()
|
H A D | UpdatableFontDir.java | 25 import android.graphics.fonts.SystemFonts; 144 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0) in UpdatableFontDir()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | TypefaceTest.java | 27 import android.graphics.fonts.SystemFonts; 199 FontConfig fontConfig = SystemFonts.getSystemPreinstalledFontConfig(); in testSerialize() 200 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize() 201 Map<String, Typeface> systemFontMap = SystemFonts.buildSystemTypefaces(fontConfig, in testSerialize()
|
H A D | FontFileUtilTest.java | 28 import android.graphics.fonts.SystemFonts; 154 for (Font f : SystemFonts.getAvailableFonts()) { in testExtension()
|
H A D | TypefaceSystemFallbackTest.java | 30 import android.graphics.fonts.SystemFonts; 180 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in buildSystemFallback() 181 Map<String, Typeface> typefaceMap = SystemFonts.buildSystemTypefaces( in buildSystemFallback() 210 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testBuildSystemFallback() 213 Map<String, Typeface> typefaceMap = SystemFonts.buildSystemTypefaces( in testBuildSystemFallback()
|
/aosp12/frameworks/minikin/tests/unittest/ |
H A D | SystemFontsTest.cpp | 29 class TestableSystemFonts : public SystemFonts { 31 TestableSystemFonts() : SystemFonts() {} in TestableSystemFonts()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
H A D | SystemFonts_Delegate.java | 54 return SystemFonts.getSystemFontConfigInternal_Original( in getSystemFontConfigInternal()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 135 minikin::SystemFonts::registerDefault(toTypeface(faceHandle)->fFontCollection); in Typeface_setDefault() 158 minikin::SystemFonts::registerFallback(familyNameChars.c_str(), in Typeface_registerGenericFamily() 380 minikin::SystemFonts::addFontMap(std::move(collection)); in Typeface_addFontCollection()
|
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | SystemFonts.java | 46 public final class SystemFonts { class 56 private SystemFonts() {} // Do not instansiate. in SystemFonts() method in SystemFonts
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Typeface.java | 36 import android.graphics.fonts.SystemFonts; 1395 FontConfig config = SystemFonts.getSystemPreinstalledFontConfig(); 1441 final FontConfig fontConfig = SystemFonts.getSystemPreinstalledFontConfig(); 1442 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig); 1444 SystemFonts.buildSystemTypefaces(fontConfig, fallback);
|
/aosp12/frameworks/base/native/android/ |
H A D | system_fonts.cpp | 248 minikin::SystemFonts::getFontMap( in ASystemFontIterator_open() 324 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
H A D | UpdatableFontDirTest.java | 29 import android.graphics.fonts.SystemFonts; 144 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0);
|
/aosp12/frameworks/base/libs/hwui/jni/fonts/ |
H A D | Font.cpp | 318 minikin::SystemFonts::getFontSet( in Font_getAvailableFontSet()
|
/aosp12/frameworks/base/config/ |
H A D | boot-profile.txt | 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;
|
H A D | preloaded-classes | 2107 android.graphics.fonts.SystemFonts
|
H A D | boot-image-profile.txt | 8226 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer; 34690 Landroid/graphics/fonts/SystemFonts;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 2108 android.graphics.fonts.SystemFonts
|
H A D | boot-image-profile.txt | 8230 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer; 25053 Landroid/graphics/fonts/SystemFonts;
|