Home
last modified time | relevance | path

Searched defs:getFont (Results 1 – 11 of 11) sorted by relevance

/frameworks/minikin/include/minikin/
DFontFamily.h69 const Font* getFont(size_t index) const { return mFonts[index].get(); } in getFont() function
DLayout.h133 const Font* getFont(int i) const { return mGlyphs[i].font.font.get(); } in getFont() function
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java482 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont() method in ResourceHelper
502 public static Typeface getFont(ResourceValue value, BridgeContext context, Theme theme) { in getFont() method in ResourceHelper
/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesPerfTest.java115 public void getFont() { in getFont() method in ResourcesPerfTest
/frameworks/base/graphics/java/android/graphics/fonts/
DFontFamily.java350 public @NonNull Font getFont(@IntRange(from = 0) int index) { in getFont() method in FontFamily
/frameworks/base/graphics/java/android/graphics/text/
DPositionedGlyphs.java133 public Font getFont(@IntRange(from = 0) int index) { in getFont() method in PositionedGlyphs
/frameworks/rs/
DrsContext.h142 Font * getFont() {return mFont.get();} in getFont() function
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java717 public Typeface getFont(int index) { in getFont() method in BridgeTypedArray
DResources_Delegate.java867 static Typeface getFont(Resources resources, int id) throws in getFont() method in Resources_Delegate
881 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws in getFont() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java1040 public Typeface getFont(@StyleableRes int index) { in getFont() method in TypedArray
DResources.java481 @NonNull public Typeface getFont(@FontRes int id) throws NotFoundException { in getFont() method in Resources
498 Typeface getFont(@NonNull TypedValue value, @FontRes int id) throws NotFoundException { in getFont() method in Resources