Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_custom.cpp149 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Custom
173 int score = match_score(pattern, style); in matchStyle()
DSkFontMgr_android.cpp244 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