Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_android.cpp373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) { in find_best_style() function
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style); in matchFamilyName()
534 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], SkTypeface::kNormal); in getFallbackFamilyNameForChar()
554 FontRecID fontRecID = find_best_style(fFontFamilies[fDefaultFamilyRecID], style); in getTypefaceForChar()
670 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle); in nextLogicalTypeface()
718 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle); in getTypefaceForGlyphID()