Searched defs:origBytesAllocated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp198 size_t origBytesAllocated = fBytesAllocated; local
214 if (origBytesAllocated - fBytesAllocated >= bytesToFree) {
234 return origBytesAllocated - fBytesAllocated;
/external/skia/src/core/
H A DSkBitmapHeap.cpp198 size_t origBytesAllocated = fBytesAllocated; local
214 if (origBytesAllocated - fBytesAllocated >= bytesToFree) {
234 return origBytesAllocated - fBytesAllocated;

Completed in 267 milliseconds