HomeSort by relevance Sort by last modified time
    Searched refs:find_best_style (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) { function
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style);
534 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], SkTypeface::kNormal);
554 FontRecID fontRecID = find_best_style(fFontFamilies[fDefaultFamilyRecID], style);
670 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle);
718 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle);
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) { function
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style);
534 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], SkTypeface::kNormal);
554 FontRecID fontRecID = find_best_style(fFontFamilies[fDefaultFamilyRecID], style);
670 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle);
718 FontRecID matchedFont = find_best_style(fFontFamilies[familyRecID], origStyle);
    [all...]

Completed in 53 milliseconds