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

  /frameworks/minikin/libs/minikin/
FontLanguageListCache.h 32 const static uint32_t kEmptyListId = 0;
FontLanguageListCache.cpp 30 const uint32_t FontLanguageListCache::kEmptyListId;
126 return kEmptyListId;
147 // Insert an empty language list for mapping default language list to kEmptyListId.
150 instance->mLanguageListLookupTable.insert(std::make_pair("", kEmptyListId));
FontFamily.cpp 44 : FontStyle(FontLanguageListCache::kEmptyListId, variant, weight, italic) {
71 FontFamily::FontFamily(int variant) : FontFamily(FontLanguageListCache::kEmptyListId, variant) {

Completed in 51 milliseconds