Home
last modified time | relevance | path

Searched refs:LocaleExtentKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DFontCollection.h42 struct LocaleExtentKey { struct
46 bool operator==(const LocaleExtentKey& o) const { argument
51 inline android::hash_t hash_type(const LocaleExtentKey& key) { in hash_type()
303 mutable android::LruCache<LocaleExtentKey, MinikinExtent> mExtentCacheForLocale
/frameworks/minikin/libs/minikin/
DFontCollection.cpp639 LocaleExtentKey key = {localeId, paint.size}; in getReferenceExtentForLocale()