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

  /external/skia/src/ports/
SkFontHost_linux.cpp 89 static SkTypeface* find_best_face(const FamilyRec* family, function
194 return rec ? find_best_face(rec, style) : NULL;
200 return family ? find_best_face(family, style) : NULL;
551 tf = find_best_face(gDefaultFamily, style);
SkFontHost_android.cpp 88 static SkTypeface* find_best_face(const FamilyRec* family, function
194 return find_best_face(list[index].fFamily, style);
202 return family ? find_best_face(family, style) : NULL;
540 gDefaultNormal = find_best_face(gDefaultFamily, SkTypeface::kNormal);
658 tf = find_best_face(gDefaultFamily, style);
SkFontHost_simple.cpp 87 static SkTypeface* find_best_face(const FamilyRec* family, function
189 return find_best_face(list[index].fFamily, style);
197 return family ? find_best_face(family, style) : NULL;
493 gDefaultNormal = find_best_face(gDefaultFamily, SkTypeface::kNormal);
566 tf = find_best_face(gDefaultFamily, style);

Completed in 142 milliseconds