Home | History | Annotate | Download | only in core

Lines Matching refs:fBytesAllocated

21     , fBytesAllocated(0) {
70 , fBytesAllocated(0)
81 , fBytesAllocated(0)
97 fBytesAllocated -= fStorage[i]->fBytesAllocated;
100 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
102 SkASSERT(0 == fBytesAllocated);
192 size_t origBytesAllocated = fBytesAllocated;
203 // fBytesAllocated properly.
208 if (origBytesAllocated - fBytesAllocated >= bytesToFree) {
219 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
222 SkASSERT(0 == fBytesAllocated);
228 return origBytesAllocated - fBytesAllocated;
276 fBytesAllocated -= fStorage[entry->fStorageSlot]->fBytesAllocated;
333 fBytesAllocated += sizeof(SkBitmapHeapEntry);
354 fBytesAllocated -= sizeof(SkBitmapHeapEntry);
369 entry->fBytesAllocated = originalBitmap.getSize();
372 fBytesAllocated += entry->fBytesAllocated;