Home | History | Annotate | Download | only in core

Lines Matching refs:fBytesAllocated

16     , fBytesAllocated(0) {
73 , fBytesAllocated(0)
84 , fBytesAllocated(0)
100 fBytesAllocated -= fStorage[i]->fBytesAllocated;
103 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
105 SkASSERT(0 == fBytesAllocated);
182 size_t origBytesAllocated = fBytesAllocated;
193 // fBytesAllocated properly.
198 if (origBytesAllocated - fBytesAllocated >= bytesToFree) {
209 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
212 SkASSERT(0 == fBytesAllocated);
218 return origBytesAllocated - fBytesAllocated;
266 fBytesAllocated -= fStorage[entry->fStorageSlot]->fBytesAllocated;
323 fBytesAllocated += sizeof(SkBitmapHeapEntry);
344 fBytesAllocated -= sizeof(SkBitmapHeapEntry);
359 entry->fBytesAllocated = originalBitmap.getSize();
362 fBytesAllocated += entry->fBytesAllocated;