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

  /frameworks/minikin/libs/minikin/
Layout.cpp 105 class LayoutCacheKey {
107 LayoutCacheKey(const FontCollection* collection, const MinikinPaint& paint, FontStyle style,
115 bool operator==(const LayoutCacheKey &other) const;
153 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> {
163 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, const FontCollection* collection) {
176 void operator()(LayoutCacheKey& key, Layout*& value) {
181 LruCache<LayoutCacheKey, Layout*> mCache;
183 //static const size_t kMaxEntries = LruCache<LayoutCacheKey, Layout*>::kUnlimitedCapacity;
230 bool LayoutCacheKey::operator==(const LayoutCacheKey& other) const
    [all...]
  /frameworks/minikin/include/minikin/
Layout.h 126 friend class LayoutCacheKey;

Completed in 24 milliseconds