Lines Matching refs:fBitmapHeap
21 , fBitmapHeap(NULL)
31 , fBitmapHeap(NULL)
39 SkSafeUnref(fBitmapHeap);
165 bool useBitmapHeap = fBitmapHeap != NULL;
171 int32_t slot = fBitmapHeap->insert(bitmap);
183 SkASSERT(NULL == fBitmapHeap);
240 SkRefCnt_SafeAssign(fBitmapHeap, bitmapHeap);
250 SkASSERT(NULL == fBitmapHeap);
251 SkSafeUnref(fBitmapHeap);
252 fBitmapHeap = NULL;