Searched refs:getClosestMatch (Results 1 – 4 of 4) sorted by relevance
129 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch() function in android::FontFamily175 MinikinFont* typeface = getClosestMatch(defaultStyle).font; in getCoverage()204 MinikinFont* minikinFont = getClosestMatch(defaultStyle).font; in hasGlyph()
90 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection()452 run->fakedFont = family->getClosestMatch(style); in itemize()467 return mFamilies[0]->getClosestMatch(style); in baseFontFaked()
120 FakedFont getClosestMatch(FontStyle style) const;
143 MinikinFont* mf = firstFamily->getClosestMatch(defaultStyle).font; in createFromFamilies()