Home
last modified time | relevance | path

Searched refs:getClosestMatch (Results 1 – 4 of 4) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontFamily.cpp129 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch() function in android::FontFamily
175 MinikinFont* typeface = getClosestMatch(defaultStyle).font; in getCoverage()
204 MinikinFont* minikinFont = getClosestMatch(defaultStyle).font; in hasGlyph()
DFontCollection.cpp90 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection()
452 run->fakedFont = family->getClosestMatch(style); in itemize()
467 return mFamilies[0]->getClosestMatch(style); in baseFontFaked()
/frameworks/minikin/include/minikin/
DFontFamily.h120 FakedFont getClosestMatch(FontStyle style) const;
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp143 MinikinFont* mf = firstFamily->getClosestMatch(defaultStyle).font; in createFromFamilies()