Home | History | Annotate | Download | only in core

Lines Matching refs:bitmaps

19     int bitmaps = record.bitmaps(&bitmapBytes);
27 if (bitmaps != 0)
28 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
74 const SkTDArray<const SkFlatBitmap* >& bitmaps = record.getBitmaps();
75 fBitmapCount = bitmaps.count();
78 for (const SkFlatBitmap** flatBitmapPtr = bitmaps.begin();
79 flatBitmapPtr != bitmaps.end(); flatBitmapPtr++) {
147 bitmaps = fPlayback->bitmaps(&bitmapBytes);
153 if (bitmaps != 0)
154 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
259 SkDebugf("--- picture size: ops=%d bitmaps=%d [%d] matrices=%d [%d] paints=%d [%d] paths=%d regions=%d\n",
880 int objects = bitmaps(sizePtr);
889 int SkPicturePlayback::bitmaps(size_t* size) {
1338 SkDebugf("// bitmaps (%d)\n", fBitmapCount);
1345 "Bitmaps bitmaps = {");