Searched refs:BitmapKey (Results 1 – 1 of 1) sorted by relevance
97 struct BitmapKey : public SkResourceCache::Key { struct99 BitmapKey(const SkBitmapCacheDesc& desc) : fDesc(desc) { in BitmapKey() function141 BitmapKey fKey;152 return CHECK_LOCAL(localCache, find, Find, BitmapKey(desc), BitmapRec::Finder, result); in Find()