Searched refs:bitmapBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPicturePlayback.cpp17 size_t overallBytes, bitmapBytes, matricesBytes, local
19 int bitmaps = record.bitmaps(&bitmapBytes);
28 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
147 bitmaps = fPlayback->bitmaps(&bitmapBytes);
154 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);

Completed in 131 milliseconds