Home
last modified time | relevance | path

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

/frameworks/minikin/tests/
DFontLanguageListCacheTest.cpp52 TEST_F(FontLanguageListCacheTest, getById) { in TEST_F() argument
56 FontLanguage english = FontLanguageListCache::getById(enLangId)[0]; in TEST_F()
57 FontLanguage japanese = FontLanguageListCache::getById(jpLangId)[0]; in TEST_F()
59 const FontLanguages& defLangs = FontLanguageListCache::getById(0); in TEST_F()
62 const FontLanguages& langs = FontLanguageListCache::getById(FontLanguageListCache::getId("en")); in TEST_F()
67 FontLanguageListCache::getById(FontLanguageListCache::getId("en,jp")); in TEST_F()
DFontFamilyTest.cpp36 return FontLanguageListCache::getById(langId); in createFontLanguages()
42 return FontLanguageListCache::getById(langId)[0]; in createFontLanguage()
DFontCollectionItemizeTest.cpp80 return FontLanguageListCache::getById(FontLanguageListCache::getId(lang_string)); in registerAndGetFontLanguages()
/frameworks/minikin/libs/minikin/
DFontLanguageListCache.h39 static const FontLanguages& getById(uint32_t id);
DFontCollection.cpp216 const FontLanguages& langs = FontLanguageListCache::getById(fontFamily->langId()); in calcCoverageScore()
252 const FontLanguages& langList = FontLanguageListCache::getById(userLangListId); in calcLanguageMatchingScore()
253 const FontLanguages& fontLanguages = FontLanguageListCache::getById(fontFamily.langId()); in calcLanguageMatchingScore()
DFontLanguageListCache.cpp134 const FontLanguages& FontLanguageListCache::getById(uint32_t id) { in getById() function in android::FontLanguageListCache
DFontFamily.cpp163 const FontLanguages& languageList = FontLanguageListCache::getById(mLangId); in isColorEmojiFamily()
DLayout.cpp778 FontLanguageListCache::getById(ctx->style.getLanguageListId()); in doLayoutRun()