Home
last modified time | relevance | path

Searched refs: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() function
87 BitmapKey fKey;
101 BitmapKey key(src.getGenerationID(), invScaleX, invScaleY, get_bounds_from_bitmap(src)); in Find()
121 BitmapKey key(genID, SK_Scalar1, SK_Scalar1, subset); in Find()