HomeSort by relevance Sort by last modified time
    Searched defs:localeListId (Results 1 - 7 of 7) sorted by null

  /frameworks/minikin/libs/minikin/
LineBreakerUtil.h 63 inline Locale getEffectiveLocale(uint32_t localeListId) {
64 const LocaleList& localeList = LocaleListCache::getById(localeListId);
158 if (localeListId != newLocaleListId) {
162 localeListId = newLocaleListId;
190 uint32_t localeListId = LocaleListCache::kInvalidListId;
GreedyLineBreaker.cpp 322 uint32_t localeListId = LocaleListCache::kInvalidListId;
329 if (localeListId != newLocaleListId) {
333 localeListId = newLocaleListId;
FontCollection.cpp 128 uint32_t localeListId,
130 const uint32_t coverageScore = calcCoverageScore(ch, vs, localeListId, fontFamily);
136 const uint32_t localeScore = calcLocaleMatchingScore(localeListId, *fontFamily);
155 uint32_t FontCollection::calcCoverageScore(uint32_t ch, uint32_t vs, uint32_t localeListId,
179 switch (LocaleListCache::getById(localeListId).getEmojiStyle()) {
219 const LocaleList& fontLocaleList = LocaleListCache::getById(fontFamily.localeListId());
254 uint32_t ch, uint32_t vs, uint32_t localeListId, FontFamily::Variant variant) const {
270 const uint32_t score = calcFamilyScore(ch, vs, variant, localeListId, family);
290 return getFamilyForChar(ch, vs, localeListId, variant);
375 const uint32_t localeListId = paint.localeListId
    [all...]
  /frameworks/minikin/include/minikin/
FontFamily.h 137 FontFamily(uint32_t localeListId, Variant variant, std::vector<Font>&& fonts);
141 uint32_t localeListId() const { return mLocaleListId; }
MinikinFont.h 43 localeListId(0),
56 uint32_t localeListId;
70 paintFlags == paint.paintFlags && localeListId == paint.localeListId &&
  /frameworks/minikin/tests/unittest/
FontCollectionItemizeTest.cpp 65 const uint32_t localeListId = registerLocaleList(localeList);
68 paint.localeListId = localeListId;
    [all...]
FontFamilyTest.cpp 31 uint32_t localeListId = LocaleListCache::getId(input);
32 return LocaleListCache::getById(localeListId);
36 uint32_t localeListId = LocaleListCache::getId(input);
37 return LocaleListCache::getById(localeListId)[0];

Completed in 105 milliseconds