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

/external/skia/src/ports/
H A DSkFontMgr_custom.cpp149 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) {
173 int score = match_score(pattern, style);
H A DSkFontMgr_android.cpp234 * this simpler version using match_score() passes all our tests.
244 int score = match_score(pattern, style);
257 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { function in class:SkFontStyleSet_Android

Completed in 154 milliseconds