Searched refs:find_best_style (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 373 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()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 373 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()
|