Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkFontMgr.cpp207 Score currentScore = { 0, i }; in matchStyleCSS3() local
213 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 …]
/third_party/flutter/skia/src/core/
DSkFontMgr.cpp233 Score currentScore = { 0, i }; in matchStyleCSS3() local
239 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 …]
/third_party/typescript/tests/dets/baselines/reference/
DstatusManagementOfApplicationLevelVariables.d.ets49 currentScore: number;
/third_party/typescript/tests/dets/cases/
DstatusManagementOfApplicationLevelVariables.ets146 @State currentScore: number = 0