Searched defs:match_score (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/favicon_base/
H A Dselect_favicon_frames.cc115 float* match_score,
118 if (match_score)
119 *match_score = 0.0f;
131 if (match_score)
132 *match_score = 1.0f;
147 if (match_score)
148 *match_score = total_score / desired_sizes.size();
261 float* match_score) {
264 frame_pixel_sizes, desired_sizes, match_score, &results);
112 GetCandidateIndicesWithBestScores( const std::vector<gfx::Size>& candidate_sizes, const std::vector<int>& desired_sizes, float* match_score, std::vector<SelectionResult>* results) argument
258 SelectFaviconFrameIndices(const std::vector<gfx::Size>& frame_pixel_sizes, const std::vector<int>& desired_sizes, std::vector<size_t>* best_indices, float* match_score) argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp212 * this simpler version using match_score() passes all our tests.
222 int score = match_score(pattern, style);
244 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { function in class:SkFontStyleSet_Android

Completed in 130 milliseconds