Searched defs:SkBufferBlock (Results 1 – 1 of 1) sorted by relevance
21 struct SkBufferBlock { struct22 SkBufferBlock* fNext; // updated by the writer argument26 SkBufferBlock(size_t capacity) : fNext(nullptr), fUsed(0), fCapacity(capacity) {} in SkBufferBlock() argument33 static SkBufferBlock* Alloc(size_t length) { in Alloc() argument62 const size_t minSize = kMinAllocSize - sizeof(SkBufferBlock); in LengthToCapacity() argument