Searched refs:LayoutCacheKey (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | LayoutCache.h | 37 class LayoutCacheKey { 39 LayoutCacheKey(const U16StringPiece& text, const Range& range, const MinikinPaint& paint, in LayoutCacheKey() function 62 bool operator==(const LayoutCacheKey& o) const { 76 return sizeof(LayoutCacheKey) + sizeof(uint16_t) * mChars.size(); in getMemoryUsage() 148 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, LayoutSlot*> { 160 LayoutCacheKey key(text, range, paint, dir, startHyphen, endHyphen); in getOrCreate() 224 void operator()(LayoutCacheKey&, LayoutSlot*& value) { delete value; } in operator() 226 android::LruCache<LayoutCacheKey, LayoutSlot*> mCache GUARDED_BY(mMutex); 237 inline android::hash_t hash_type(const LayoutCacheKey& key) { in hash_type()
|
/aosp_15_r20/toolchain/pgo-profiles/ |
H A D | AFDO_SUMMARY.txt | 243 minikin::LayoutCacheKey::computeHash() const 245 minikin::LayoutCacheKey::LayoutCacheKey(minikin::U16StringPiece const&, minikin::Range const&, mini… 246 minikin::LayoutCacheKey::operator==(minikin::LayoutCacheKey const&) const 248 …LayoutCacheKey, minikin::LayoutSlot*>::KeyedEntry*, void*>*> std::__1::__hash_table<android::LruCa… 251 android::LruCache<minikin::LayoutCacheKey, minikin::LayoutSlot*>::get(minikin::LayoutCacheKey const…
|