Searched defs:getFont (Results 1 – 10 of 10) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 48 const Font* getFont(size_t index) const { return &mFonts[index]; } in getFont() function
|
D | Layout.h | 87 const MinikinFont* getFont(int i) const { return mGlyphs[i].font.font->typeface().get(); } in getFont() function
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontFamily.java | 155 public @NonNull Font getFont(@IntRange(from = 0) int index) { in getFont() method in FontFamily
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 413 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont() method in ResourceHelper 433 public static Typeface getFont(ResourceValue value, BridgeContext context, Theme theme) { in getFont() method in ResourceHelper
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | FontFamily_Delegate.java | 208 public Font getFont(int desiredWeight, boolean isItalic) { in getFont() method in FontFamily_Delegate
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 693 public Typeface getFont(int index) { in getFont() method in BridgeTypedArray
|
D | Resources_Delegate.java | 859 static Typeface getFont(Resources resources, int id) throws in getFont() method in Resources_Delegate 873 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws in getFont() method in Resources_Delegate
|
/frameworks/rs/ |
D | rsContext.h | 142 Font * getFont() {return mFont.get();} in getFont() function
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 382 @NonNull public Typeface getFont(@FontRes int id) throws NotFoundException { in getFont() method in Resources 399 Typeface getFont(@NonNull TypedValue value, @FontRes int id) throws NotFoundException { in getFont() method in Resources
|
D | TypedArray.java | 1025 public Typeface getFont(@StyleableRes int index) { in getFont() method in TypedArray
|