Searched refs:maxScore (Results 1 – 2 of 2) sorted by relevance
220 Score maxScore = { 0, 0 }; in matchStyleCSS3() local289 if (maxScore < currentScore) { in matchStyleCSS3()290 maxScore = currentScore; in matchStyleCSS3()294 return this->createTypeface(maxScore.index); in matchStyleCSS3()
410 int bestFit = -1, maxScore = 0; in main() local419 if (score > maxScore) { in main()420 maxScore = score; in main()