Searched refs:currentScore (Results 1 – 4 of 4) sorted by relevance
207 Score currentScore = { 0, i }; in matchStyleCSS3() local213 currentScore += 10 - pattern.width() + current.width(); in matchStyleCSS3()215 currentScore += 10 - current.width(); in matchStyleCSS3()219 currentScore += 10 + pattern.width() - current.width(); in matchStyleCSS3()221 currentScore += current.width(); in matchStyleCSS3()224 currentScore <<= 8; in matchStyleCSS3()241 currentScore += score[pattern.slant()][current.slant()]; in matchStyleCSS3()242 currentScore <<= 8; in matchStyleCSS3()250 currentScore += 1000; in matchStyleCSS3()254 currentScore += 1000 - pattern.weight() + current.weight(); in matchStyleCSS3()[all …]
233 Score currentScore = { 0, i }; in matchStyleCSS3() local239 currentScore += 10 - pattern.width() + current.width(); in matchStyleCSS3()241 currentScore += 10 - current.width(); in matchStyleCSS3()245 currentScore += 10 + pattern.width() - current.width(); in matchStyleCSS3()247 currentScore += current.width(); in matchStyleCSS3()250 currentScore <<= 8; in matchStyleCSS3()267 currentScore += score[pattern.slant()][current.slant()]; in matchStyleCSS3()268 currentScore <<= 8; in matchStyleCSS3()276 currentScore += 1000; in matchStyleCSS3()280 currentScore += 1000 - pattern.weight() + current.weight(); in matchStyleCSS3()[all …]
49 currentScore: number;
146 @State currentScore: number = 0