Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds