Home | History | Annotate | Download | only in hwui

Lines Matching refs:PatchDescription

34         mSize(0), mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity),
69 hash_t PatchCache::PatchDescription::hash() const {
78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
79 const PatchCache::PatchDescription& rhs) {
80 return memcmp(&lhs, &rhs, sizeof(PatchDescription));
95 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
111 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
113 const PatchDescription& key = i.key();
228 const PatchDescription description(bitmapWidth, bitmapHeight, pixelWidth, pixelHeight, patch);