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

/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp124 FontLanguages fontLanguages(parseLanguageList(languages));
125 if (fontLanguages.empty()) {
128 inst->mLanguageLists.push_back(std::move(fontLanguages));
H A DFontCollection.cpp253 const FontLanguages& fontLanguages = FontLanguageListCache::getById(fontFamily.langId()); local
258 score = score * 3u + langList[i].calcScoreFor(fontLanguages);
/frameworks/minikin/tests/
H A DFontCollectionItemizeTest.cpp702 std::vector<std::string> fontLanguages; member in struct:TestCase
791 for (size_t i = 0; i < testCase.fontLanguages.size(); ++i) {
795 fontLanguagesStr += "\"" + testCase.fontLanguages[i] + "\"";
815 for (size_t i = 0; i < testCase.fontLanguages.size(); ++i) {
817 FontStyle::registerLanguageList(testCase.fontLanguages[i]), 0 /* variant */);

Completed in 343 milliseconds