HomeSort by relevance Sort by last modified time
    Searched refs:fBytesAllocated (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 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)
    [all...]
SkBitmapHeap.h 47 size_t fBytesAllocated;
192 return fBytesAllocated;
299 size_t fBytesAllocated;
  /external/skia/src/core/
SkBitmapHeap.cpp 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)
    [all...]
SkBitmapHeap.h 47 size_t fBytesAllocated;
192 return fBytesAllocated;
299 size_t fBytesAllocated;
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipePriv.h 162 , fBytesAllocated(0)
202 size_t fBytesAllocated;
  /external/skia/src/pipe/
SkGPipePriv.h 162 , fBytesAllocated(0)
202 size_t fBytesAllocated;

Completed in 815 milliseconds