Searched refs:fontLocaleList (Results 1 – 1 of 1) sorted by relevance
431 const LocaleList& fontLocaleList = LocaleListCache::getById(fontFamily.localeListId()); in calcLocaleMatchingScore() local436 score = score * 5u + localeList[i].calcScoreFor(fontLocaleList); in calcLocaleMatchingScore()627 const LocaleList& fontLocaleList = LocaleListCache::getById(fontLocaleId); in filterFamilyByLocale() local628 for (uint32_t i = 0; i < fontLocaleList.size(); ++i) { in filterFamilyByLocale()629 if (fontLocaleList[i].isEqualScript(locale)) { in filterFamilyByLocale()