HomeSort by relevance Sort by last modified time
    Searched full:match_score (Results 1 - 2 of 2) sorted by null

  /external/skia/src/ports/
SkFontMgr_android.cpp 234 * 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
SkFontMgr_custom.cpp 149 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) {
173 int score = match_score(pattern, style);

Completed in 64 milliseconds