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 19 , fBytesAllocated(0) {
76 , fBytesAllocated(0)
87 , fBytesAllocated(0)
103 fBytesAllocated -= fStorage[i]->fBytesAllocated;
106 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
108 SkASSERT(0 == fBytesAllocated);
198 size_t origBytesAllocated = fBytesAllocated;
209 // fBytesAllocated properly.
214 if (origBytesAllocated - fBytesAllocated >= bytesToFree)
    [all...]
SkBitmapHeap.h 47 size_t fBytesAllocated;
192 return fBytesAllocated;
299 size_t fBytesAllocated;
  /external/skia/src/core/
SkBitmapHeap.cpp 19 , fBytesAllocated(0) {
76 , fBytesAllocated(0)
87 , fBytesAllocated(0)
103 fBytesAllocated -= fStorage[i]->fBytesAllocated;
106 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
108 SkASSERT(0 == fBytesAllocated);
198 size_t origBytesAllocated = fBytesAllocated;
209 // fBytesAllocated properly.
214 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 167 , fBytesAllocated(0)
207 size_t fBytesAllocated;
  /external/skia/src/pipe/
SkGPipePriv.h 167 , fBytesAllocated(0)
207 size_t fBytesAllocated;

Completed in 111 milliseconds