Home
last modified time | relevance | path

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

/external/chromium_org/components/favicon_base/
Dselect_favicon_frames.cc115 float* match_score, in GetCandidateIndicesWithBestScores() argument
118 if (match_score) in GetCandidateIndicesWithBestScores()
119 *match_score = 0.0f; in GetCandidateIndicesWithBestScores()
131 if (match_score) in GetCandidateIndicesWithBestScores()
132 *match_score = 1.0f; in GetCandidateIndicesWithBestScores()
147 if (match_score) in GetCandidateIndicesWithBestScores()
148 *match_score = total_score / desired_sizes.size(); in GetCandidateIndicesWithBestScores()
261 float* match_score) { in SelectFaviconFrameIndices() argument
264 frame_pixel_sizes, desired_sizes, match_score, &results); in SelectFaviconFrameIndices()
/external/skia/src/ports/
DSkFontHost_linux.cpp157 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Custom
181 int score = match_score(pattern, style); in matchStyle()
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_linux.cpp163 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Custom
187 int score = match_score(pattern, style); in matchStyle()
DSkFontMgr_android.cpp222 int score = match_score(pattern, style); in matchStyle()
244 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { in match_score() function in SkFontStyleSet_Android