Lines Matching refs:fBitmapHeap
98 fBitmaps = record.fBitmapHeap->extractBitmaps();
103 fBitmapHeap.reset(SkSafeRef(record.fBitmapHeap));
170 fBitmapHeap.reset(SkSafeRef(src.fBitmapHeap.get()));
199 * use it. If this SkPicturePlayback was created from a stream, fBitmapHeap will be
202 if (fBitmapHeap.get() == NULL) {
209 deepCopyInfo->controller.setBitmapStorage(fBitmapHeap);
212 SkDEBUGCODE(int heapSize = SafeCount(fBitmapHeap.get());)
223 SkASSERT(SafeCount(fBitmapHeap.get()) == heapSize);