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

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp147 const uint32_t kUnsupportedFontScore = 0; member in namespace:android
162 // - kUnsupportedFontScore: When the font family doesn't support the variation sequence or even its
170 if (coverageScore == kFirstFontScore || coverageScore == kUnsupportedFontScore) {
185 // - Returns kUnsupportedFontScore if the font doesn't support the variation sequence or its base
198 return kUnsupportedFontScore;
303 uint32_t bestScore = kUnsupportedFontScore;

Completed in 2922 milliseconds