Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp110 class LayoutCacheKey { class
112 LayoutCacheKey(const FontCollection* collection, const MinikinPaint& paint, FontStyle style, in LayoutCacheKey() function in android::LayoutCacheKey
121 bool operator==(const LayoutCacheKey &other) const;
165 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> {
175 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, const FontCollection* collection) { in get()
188 void operator()(LayoutCacheKey& key, Layout*& value) { in operator ()()
193 LruCache<LayoutCacheKey, Layout*> mCache;
225 bool LayoutCacheKey::operator==(const LayoutCacheKey& other) const { in operator ==()
241 hash_t LayoutCacheKey::computeHash() const { in computeHash()
257 hash_t hash_type(const LayoutCacheKey& key) { in hash_type()
[all …]
/frameworks/minikin/include/minikin/
DLayout.h130 friend class LayoutCacheKey;