Home
last modified time | relevance | path

Searched defs:BitmapKey (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkBitmapCache.cpp85 struct BitmapKey : public SkResourceCache::Key { struct
87 BitmapKey(uint32_t genID, int width, int height, const SkIRect& bounds) in BitmapKey() function
97 BitmapKey(const SkBitmapCacheDesc& desc) in BitmapKey() argument
107 void dump() const { in dump()
112 const uint32_t fGenID;
113 const int fWidth;
114 const int fHeight;
115 const SkIRect fBounds;