Searched refs:find_best_face (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_simple.cpp78 static SkTypeface* find_best_face(const FamilyRec* family, function
180 return find_best_face(list[index].fFamily, style);
188 return family ? find_best_face(family, style) : NULL;
481 gDefaultNormal = find_best_face(gDefaultFamily, SkTypeface::kNormal);
554 tf = find_best_face(gDefaultFamily, style);
H A DSkFontHost_linux.cpp79 static SkTypeface* find_best_face(const FamilyRec* family, function
184 return rec ? find_best_face(rec, style) : NULL;
190 return family ? find_best_face(family, style) : NULL;
539 tf = find_best_face(gDefaultFamily, style);

Completed in 51 milliseconds