Searched refs:match_score (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/components/favicon_base/ |
D | select_favicon_frames.cc | 115 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/ |
D | SkFontHost_linux.cpp | 157 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/ |
D | SkFontHost_linux.cpp | 163 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()
|
D | SkFontMgr_android.cpp | 222 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
|