Home
last modified time | relevance | path

Searched refs:fBytesAllocated (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkBitmapHeap.cpp19 , 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 …]
DSkVarAlloc.cpp30 : fBytesAllocated(0) in SkVarAlloc()
37 : fBytesAllocated(0) in SkVarAlloc()
59 fBytesAllocated += alloc; in makeSpace()
DSkVarAlloc.h39 size_t approxBytesAllocated() const { return fBytesAllocated; } in approxBytesAllocated()
44 size_t fBytesAllocated; variable
DSkBitmapHeap.h46 size_t fBytesAllocated; variable
183 return fBytesAllocated; in bytesAllocated()
290 size_t fBytesAllocated; variable
/external/skia/src/pipe/
DSkGPipePriv.h167 , fBytesAllocated(0) in BitmapInfo()
207 size_t fBytesAllocated; variable