Home
last modified time | relevance | path

Searched refs:fLanguages (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/ports/
DSkFontMgr_android_parser.cpp242 (*fallbackFamily)->fLanguages = self->fCurrentFamily->fLanguages; in __anon5e2d20b50202()
291 family->fLanguages.emplace_back(value + i, j - i); in __anon5e2d20b50602()
432 if (currentFamily.fLanguages.empty()) { in __anon5e2d20b50c02()
434 currentFamily.fLanguages.push_back(std::move(currentLanguage)); in __anon5e2d20b50c02()
435 } else if (currentFamily.fLanguages[0] != currentLanguage) { in __anon5e2d20b50c02()
437 currentFamily.fLanguages[0] = std::move(currentLanguage); in __anon5e2d20b50c02()
742 family->fLanguages.emplace_back(locale); in append_fallback_font_families_for_locale()
DSkFontMgr_android_parser.h97 SkTArray<SkLanguage, true> fLanguages; member
DSkFontMgr_android.cpp242 style, isFixedWidth, familyName, family.fLanguages, variant)); in SkFontStyleSet_Android()
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp242 (*fallbackFamily)->fLanguages = self->fCurrentFamily->fLanguages; in __anonbbaf037e0202()
291 family->fLanguages.emplace_back(value + i, j - i); in __anonbbaf037e0602()
432 if (currentFamily.fLanguages.empty()) { in __anonbbaf037e0c02()
434 currentFamily.fLanguages.push_back(std::move(currentLanguage)); in __anonbbaf037e0c02()
435 } else if (currentFamily.fLanguages[0] != currentLanguage) { in __anonbbaf037e0c02()
437 currentFamily.fLanguages[0] = std::move(currentLanguage); in __anonbbaf037e0c02()
742 family->fLanguages.emplace_back(locale); in append_fallback_font_families_for_locale()
DSkFontMgr_android_parser.h97 SkTArray<SkLanguage, true> fLanguages; member
DSkFontMgr_android.cpp242 style, isFixedWidth, familyName, family.fLanguages, variant)); in SkFontStyleSet_Android()
/external/skqp/tests/
DFontMgrAndroidParserTest.cpp55 for (const auto& lang : fontFamily->fLanguages) { in ValidateLoadedFonts()
108 if (!fontFamilies[i]->fLanguages.empty()) { in DumpLoadedFonts()
110 for (const auto& lang : fontFamilies[i]->fLanguages) { in DumpLoadedFonts()
/external/skia/tests/
DFontMgrAndroidParserTest.cpp55 for (const auto& lang : fontFamily->fLanguages) { in ValidateLoadedFonts()
108 if (!fontFamilies[i]->fLanguages.empty()) { in DumpLoadedFonts()
110 for (const auto& lang : fontFamilies[i]->fLanguages) { in DumpLoadedFonts()