Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.cpp53 size_t size = offsetof(SkBlockAllocator, fHead) + this->scratchBlockSize(); in totalSize()
62 size_t size = this->scratchBlockSize(); in totalUsableSpace()
116 if (this->scratchBlockSize() < block->fSize) { in releaseBlock()
214 if (this->scratchBlockSize() >= minSize) { in addBlock()
DSkBlockAllocator.h446 int scratchBlockSize() const { return fHead.fPrev ? fHead.fPrev->fSize : 0; } in scratchBlockSize() function
/third_party/skia/tests/
DSkTBlockListTest.cpp44 return (size_t) list.fAllocator->scratchBlockSize(); in ScratchBlockSize()
DSkBlockAllocatorTest.cpp20 return (size_t) pool->scratchBlockSize(); in ScratchBlockSize()