Home
last modified time | relevance | path

Searched defs:Score (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkFontMgr.cpp212 struct Score { in matchStyleCSS3() struct
213 int score; in matchStyleCSS3()
214 int index; in matchStyleCSS3()
215 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3()
216 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3()
217 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp311 auto Score = in eliminateGuardViaWidening() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member