Home
last modified time | relevance | path

Searched refs:SystemFonts (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/minikin/libs/minikin/
H A DSystemFonts.cpp23 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 DAndroid.bp55 "SystemFonts.cpp",
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DSystemFontsPerfTest.java19 import android.graphics.fonts.SystemFonts;
42 SystemFonts.resetAvailableFonts(); in getAvailableFonts()
46 SystemFonts.getAvailableFonts(); in getAvailableFonts()
/aosp12/frameworks/minikin/include/minikin/
H A DSystemFonts.h31 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 DFontFallbackSetup.java25 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 DGetAvailableFontsTestActivity.java24 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 DFontManagerService.java28 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 DFontManagerShellCommand.java29 import android.graphics.fonts.SystemFonts;
314 SystemFonts.buildSystemFallback(fontConfig); in dump()
H A DUpdatableFontDir.java25 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 DTypefaceTest.java27 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 DFontFileUtilTest.java28 import android.graphics.fonts.SystemFonts;
154 for (Font f : SystemFonts.getAvailableFonts()) { in testExtension()
H A DTypefaceSystemFallbackTest.java30 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 DSystemFontsTest.cpp29 class TestableSystemFonts : public SystemFonts {
31 TestableSystemFonts() : SystemFonts() {} in TestableSystemFonts()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DSystemFonts_Delegate.java54 return SystemFonts.getSystemFontConfigInternal_Original( in getSystemFontConfigInternal()
/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp135 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 DSystemFonts.java46 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 DTypeface.java36 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 Dsystem_fonts.cpp248 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 DUpdatableFontDirTest.java29 import android.graphics.fonts.SystemFonts;
144 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0);
/aosp12/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp318 minikin::SystemFonts::getFontSet( in Font_getAvailableFontSet()
/aosp12/frameworks/base/config/
H A Dboot-profile.txt10 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 Dpreloaded-classes2107 android.graphics.fonts.SystemFonts
H A Dboot-image-profile.txt8226 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
34690 Landroid/graphics/fonts/SystemFonts;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes2108 android.graphics.fonts.SystemFonts
H A Dboot-image-profile.txt8230 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
25053 Landroid/graphics/fonts/SystemFonts;

12