Searched refs:kFirstFontScore (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp148 const uint32_t kFirstFontScore = UINT32_MAX; member in namespace:android
164 // - kFirstFontScore: When the font is the first font family in the collection and it supports the
170 if (coverageScore == kFirstFontScore || coverageScore == kUnsupportedFontScore) {
187 // - Returns kFirstFontScore if the font family is the first font family in the collection and it
204 return kFirstFontScore;
307 if (score == kFirstFontScore) {

Completed in 164 milliseconds