Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapCache.cpp49 struct BitmapKey : public SkResourceCache::Key { struct
51 BitmapKey(uint32_t genID, SkScalar sx, SkScalar sy, const SkIRect& bounds) in BitmapKey() argument
61 uint32_t fGenID;
62 SkScalar fScaleX;
63 SkScalar fScaleY;
64 SkIRect fBounds;