Home
last modified time | relevance | path

Searched refs:fBlockIncrement (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkBlockAllocator.cpp19 , fBlockIncrement(SkTo<uint16_t>(SkAlignTo(blockIncrementBytes, kAddressAlign) in SkBlockAllocator()
27 SkASSERT(fBlockIncrement >= 1); in SkBlockAllocator()
238 int sizeIncrement = fBlockIncrement * kAddressAlign; in addBlock()
DSkBlockAllocator.h462 uint64_t fBlockIncrement : 16; variable