Searched refs:LayoutCacheKey (Results 1 – 2 of 2) sorted by relevance
110 class LayoutCacheKey { class112 LayoutCacheKey(const FontCollection* collection, const MinikinPaint& paint, FontStyle style, in LayoutCacheKey() function in android::LayoutCacheKey121 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 …]
130 friend class LayoutCacheKey;