Home
last modified time | relevance | path

Searched refs:scratchBlockSize (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/base/
DSkBlockAllocator.cpp57 size_t size = offsetof(SkBlockAllocator, fHead) + this->scratchBlockSize(); in totalSize()
66 size_t size = this->scratchBlockSize(); in totalUsableSpace()
120 if (this->scratchBlockSize() < block->fSize) { in releaseBlock()
218 if (this->scratchBlockSize() >= minSize) { in addBlock()
DSkBlockAllocator.h447 int scratchBlockSize() const { return fHead.fPrev ? fHead.fPrev->fSize : 0; } in scratchBlockSize() function
/external/skia/tests/
DSkTBlockListTest.cpp54 return (size_t) list.fAllocator->scratchBlockSize(); in ScratchBlockSize()
DSkBlockAllocatorTest.cpp25 return (size_t) pool->scratchBlockSize(); in ScratchBlockSize()