Searched refs:match_score (Results 1 – 2 of 2) sorted by relevance
149 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Custom173 int score = match_score(pattern, style); in matchStyle()
244 int score = match_score(pattern, style); in matchStyle()257 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Android