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

/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipePriv.h162 class BitmapInfo : SkNoncopyable { class in inherits:SkNoncopyable
164 BitmapInfo(SkBitmap* bitmap, uint32_t genID, int toBeDrawnCount) function in class:BitmapInfo
173 ~BitmapInfo() {
205 // bitmap or removing this BitmapInfo we know how much memory has been
209 BitmapInfo* fMoreRecentlyUsed;
210 BitmapInfo* fLessRecentlyUsed;
/external/skia/src/pipe/
H A DSkGPipePriv.h162 class BitmapInfo : SkNoncopyable { class in inherits:SkNoncopyable
164 BitmapInfo(SkBitmap* bitmap, uint32_t genID, int toBeDrawnCount) function in class:BitmapInfo
173 ~BitmapInfo() {
205 // bitmap or removing this BitmapInfo we know how much memory has been
209 BitmapInfo* fMoreRecentlyUsed;
210 BitmapInfo* fLessRecentlyUsed;

Completed in 52 milliseconds