Home
last modified time | relevance | path

Searched refs:getFontRef (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/minikin/libs/minikin/
H A DSystemFonts.cpp51 result.push_back(family->getFontRef(i)); in buildFontSetLocked()
/aosp12/frameworks/base/libs/hwui/jni/fonts/
H A DFontFamily.cpp112 std::shared_ptr<minikin::Font> font = family->family->getFontRef(index); in FontFamily_getFont()
/aosp12/frameworks/minikin/include/minikin/
H A DFontFamily.h71 const std::shared_ptr<Font>& getFontRef(size_t index) const { return mFonts[index]; } in getFontRef() function
H A DLayout.h88 const std::shared_ptr<Font>& getFontRef(int i) const { return mGlyphs[i].font.font; } in getFontRef() function
/aosp12/frameworks/base/libs/hwui/jni/text/
H A DTextShaper.cpp153 std::shared_ptr<minikin::Font> fontRef = layout->layout.getFontRef(i); in TextShaper_Result_getFont()