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

  /external/skia/src/core/
SkBitmapHeap.cpp 21 , fBytesAllocated(0) {
72 , fBytesAllocated(0)
83 , fBytesAllocated(0)
99 fBytesAllocated -= fStorage[i]->fBytesAllocated;
102 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
104 SkASSERT(0 == fBytesAllocated);
194 size_t origBytesAllocated = fBytesAllocated;
205 // fBytesAllocated properly.
210 if (origBytesAllocated - fBytesAllocated >= bytesToFree)
    [all...]
SkBitmapHeap.h 47 size_t fBytesAllocated;
192 return fBytesAllocated;
299 size_t fBytesAllocated;
SkUtils.cpp 414 fBytesAllocated = mi.uordblks;
427 round_to_K(mi.uordblks - fBytesAllocated),
  /external/skia/src/pipe/
SkGPipePriv.h 161 , fBytesAllocated(0)
201 size_t fBytesAllocated;
  /external/skia/include/core/
SkUtils.h 132 size_t fBytesAllocated;
  /external/skia/legacy/include/core/
SkUtils.h 132 size_t fBytesAllocated;
  /external/skia/legacy/src/core/
SkUtils.cpp 414 fBytesAllocated = mi.uordblks;
427 round_to_K(mi.uordblks - fBytesAllocated),

Completed in 125 milliseconds