HomeSort by relevance Sort by last modified time
    Searched refs:langId (Results 1 - 5 of 5) sorted by null

  /frameworks/minikin/include/minikin/
FontFamily.h 107 FontFamily(uint32_t langId, int variant)
108 : mLangId(langId),
122 uint32_t langId() const { return mLangId; }
  /frameworks/minikin/tests/
FontTestUtils.cpp 48 uint32_t langId = android::FontStyle::registerLanguageList(
51 android::FontFamily* family = new android::FontFamily(langId, variant);
FontFamilyTest.cpp 35 uint32_t langId = FontLanguageListCache::getId(input);
36 return FontLanguageListCache::getById(langId);
41 uint32_t langId = FontLanguageListCache::getId(input);
42 return FontLanguageListCache::getById(langId)[0];
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 47 uint32_t langId = FontStyle::registerLanguageList(str.c_str());
48 return (jlong)new FontFamily(langId, variant);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 219 const FontLanguages& langs = FontLanguageListCache::getById(fontFamily->langId());
256 const FontLanguages& fontLanguages = FontLanguageListCache::getById(fontFamily.langId());

Completed in 225 milliseconds