Searched defs:SkBitmapCacheDesc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapCache.h21 struct SkBitmapCacheDesc { struct
36 static SkBitmapCacheDesc Make(const SkBitmap&, int scaledWidth, int scaledHeight);
37 static SkBitmapCacheDesc Make(const SkBitmap&);
38 static SkBitmapCacheDesc Make(const SkImage*, int scaledWidth, int scaledHeight);
39 static SkBitmapCacheDesc Make(const SkImage*);
42 static SkBitmapCacheDesc Make(uint32_t genID, int origWidth, int origHeight);
57 static bool Find(const SkBitmapCacheDesc&, SkBitmap* result,
63 static bool Add(const SkBitmapCacheDesc&, const SkBitmap& result,
70 static const SkMipMap* FindAndRef(const SkBitmapCacheDesc&, SkDestinationSurfaceColorMode,

Completed in 75 milliseconds