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

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

Completed in 345 milliseconds