Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontMgr.cpp224 Score currentScore = { 0, i }; in matchStyleCSS3() local
230 currentScore += 10 - pattern.width() + current.width(); in matchStyleCSS3()
232 currentScore += 10 - current.width(); in matchStyleCSS3()
236 currentScore += 10 + pattern.width() - current.width(); in matchStyleCSS3()
238 currentScore += current.width(); in matchStyleCSS3()
241 currentScore <<= 8; in matchStyleCSS3()
258 currentScore += score[pattern.slant()][current.slant()]; in matchStyleCSS3()
259 currentScore <<= 8; in matchStyleCSS3()
267 currentScore += 1000; in matchStyleCSS3()
273 currentScore += 500; in matchStyleCSS3()
[all …]