Searched refs:getFont (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.h63 MinikinFont* nextFont = layout.getFont(i);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java99 Font font = ffd.getFont(weight, isItalic);
113 Font font2 = ffd2.getFont(weight, isItalic);
H A DFontFamily_Delegate.java150 public Font getFont(int desiredWeight, boolean isItalic) { method in class:FontFamily_Delegate
181 * {@link #getFont(int, boolean)} returns an empty list, it means that an error occurred while
/frameworks/minikin/include/minikin/
H A DLayout.h89 MinikinFont *getFont(int i) const;
H A DFontFamily.h140 MinikinFont* getFont(size_t index) const;
/frameworks/minikin/sample/
H A Dexample_skia.cpp92 MinikinFontSkia *mfs = static_cast<MinikinFontSkia *>(layout->getFont(i));
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp178 MinikinFont* FontFamily::getFont(size_t index) const { function in class:android::FontFamily
H A DLayout.cpp837 MinikinFont* Layout::getFont(int i) const { function in class:android::Layout
/frameworks/rs/
H A DrsContext.h146 Font * getFont() {return mFont.get();} function in class:android::renderscript::Context
H A DrsContext.cpp89 mFont.set(con->getFont());
233 ObjectBaseRef<Font> lastFont(getFont());
H A DrsFont.cpp757 Font *currentFont = mRSC->getFont();

Completed in 553 milliseconds