HomeSort by relevance Sort by last modified time
    Searched refs:fBitmapHeap (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkOrderedWriteBuffer.cpp 22 , fBitmapHeap(NULL)
32 , fBitmapHeap(NULL)
40 SkSafeUnref(fBitmapHeap);
158 if (fBitmapHeap != NULL) {
162 int32_t slot = fBitmapHeap->insert(bitmap);
189 SkASSERT(NULL == fBitmapHeap);
249 SkRefCnt_SafeAssign(fBitmapHeap, bitmapHeap);
259 SkASSERT(NULL == fBitmapHeap);
260 SkSafeUnref(fBitmapHeap);
261 fBitmapHeap = NULL
    [all...]
SkPictureFlat.cpp 66 : fBitmapHeap(NULL)
73 SkSafeUnref(fBitmapHeap);
79 SkRefCnt_SafeAssign(fBitmapHeap, heap);
SkOrderedWriteBuffer.h 91 * Incompatible with the SkBitmapHeap. If an encoder is set fBitmapHeap will be set to NULL in
101 SkBitmapHeap* fBitmapHeap;
SkPicturePlayback.h 204 SkAutoTUnref<SkBitmapHeap> fBitmapHeap;
SkPicturePlayback.cpp 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)
    [all...]
SkPictureFlat.h 190 SkBitmapHeap* getBitmapHeap() { return fBitmapHeap; }
249 SkBitmapHeap* fBitmapHeap;
SkPictureRecord.cpp 40 fBitmapHeap = SkNEW(SkBitmapHeap);
41 fFlattenableHeap.setBitmapStorage(fBitmapHeap);
49 SkSafeUnref(fBitmapHeap);
720 const int index = fBitmapHeap->insert(bitmap);
SkPictureRecord.h 183 SkBitmapHeap* fBitmapHeap;
  /external/skia/src/pipe/
SkGPipeWrite.cpp 186 fBitmapHeap->unref();
190 fBitmapHeap = NULL;
201 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated();
268 SkBitmapHeap* fBitmapHeap;
359 SkASSERT(!fDone && fBitmapHeap != NULL);
364 fBitmapHeap->deferAddingOwners();
368 fBitmapHeap->endAddingOwnersDeferral(added);
439 fBitmapHeap = SkNEW_ARGS(SkBitmapHeap, (shuttle, BITMAPS_TO_KEEP));
442 fBitmapHeap = SkNEW_ARGS(SkBitmapHeap
    [all...]
  /external/skia/tests/
CanvasTest.cpp 678 referenceRecord->fBitmapHeap->count() ==
679 testRecord->fBitmapHeap->count(), testStep->assertMessage());
    [all...]

Completed in 195 milliseconds