Searched refs:LayoutCacheKey (Results 1 - 2 of 2) sorted by path

/frameworks/minikin/include/minikin/
H A DLayout.h107 friend class LayoutCacheKey;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp74 class LayoutCacheKey { class in namespace:android
76 LayoutCacheKey(const FontCollection* collection, const MinikinPaint& paint, FontStyle style, function in class:android::LayoutCacheKey
84 bool operator==(const LayoutCacheKey &other) const;
121 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> {
131 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, const FontCollection* collection) {
144 void operator()(LayoutCacheKey& key, Layout*& value) {
149 LruCache<LayoutCacheKey, Layout*> mCache;
151 //static const size_t kMaxEntries = LruCache<LayoutCacheKey, Layout*>::kUnlimitedCapacity;
187 bool LayoutCacheKey::operator==(const LayoutCacheKey
[all...]

Completed in 75 milliseconds