Searched refs:fBytesAllocated (Results 1 – 5 of 5) sorted by relevance
19 , fBytesAllocated(0) { in SkBitmapHeapEntry()76 , fBytesAllocated(0) in SkBitmapHeap()87 , fBytesAllocated(0) in SkBitmapHeap()103 fBytesAllocated -= fStorage[i]->fBytesAllocated; in ~SkBitmapHeap()106 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry)); in ~SkBitmapHeap()108 SkASSERT(0 == fBytesAllocated); in ~SkBitmapHeap()185 size_t origBytesAllocated = fBytesAllocated; in freeMemoryIfPossible()201 if (origBytesAllocated - fBytesAllocated >= bytesToFree) { in freeMemoryIfPossible()212 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry)); in freeMemoryIfPossible()215 SkASSERT(0 == fBytesAllocated); in freeMemoryIfPossible()[all …]
30 : fBytesAllocated(0) in SkVarAlloc()37 : fBytesAllocated(0) in SkVarAlloc()59 fBytesAllocated += alloc; in makeSpace()
39 size_t approxBytesAllocated() const { return fBytesAllocated; } in approxBytesAllocated()44 size_t fBytesAllocated; variable
46 size_t fBytesAllocated; variable183 return fBytesAllocated; in bytesAllocated()290 size_t fBytesAllocated; variable
167 , fBytesAllocated(0) in BitmapInfo()207 size_t fBytesAllocated; variable