Home
last modified time | relevance | path

Searched refs:maxScore (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc105 Score maxScore = 0; in buildCandidatesList() local
114 if (score > maxScore) { in buildCandidatesList()
115 maxScore = score; in buildCandidatesList()
136 if (score > maxScore) { in buildCandidatesList()
137 maxScore = score; in buildCandidatesList()
142 if (candidates->size() > CANDIDATE_BUNDLE_SIZE && maxScore != minScore) { in buildCandidatesList()
195 Score maxScore = 0; in rebuildCandidatesList() local
206 if (score > maxScore) { in rebuildCandidatesList()
207 maxScore = score; in rebuildCandidatesList()
223 candidates->resize(maxScore + 1); in rebuildCandidatesList()
[all …]
/third_party/skia/src/core/
DSkFontMgr.cpp208 Score maxScore = { 0, 0 }; in matchStyleCSS3() local
281 if (maxScore < currentScore) { in matchStyleCSS3()
282 maxScore = currentScore; in matchStyleCSS3()
286 return this->createTypeface(maxScore.index); in matchStyleCSS3()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java410 int bestFit = -1, maxScore = 0; in main() local
419 if (score > maxScore) { in main()
420 maxScore = score; in main()