Searched refs:SkBitmapKey (Results 1 – 2 of 2) sorted by relevance
21 class SkBitmapKey {23 SkBitmapKey() : fSubset(SkIRect::MakeEmpty()), fGenID(0) {} in SkBitmapKey() function24 explicit SkBitmapKey(const SkBitmap& bm) in SkBitmapKey() function26 bool operator==(const SkBitmapKey& rhs) const {117 SkTHashMap<SkBitmapKey, const SkImage*> fBitmapToImageMap;
31 [](SkBitmapKey, const SkImage** p) { SkSafeUnref(*p); }); in reset() argument141 SkBitmapKey key(bm); in bitmapToImage()