Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkArenaAlloc.h41 SkFibBlockSizes(uint32_t staticBlockSize, uint32_t firstAllocationSize) : fIndex{0} { in SkFibBlockSizes() argument
42 fBlockUnitSize = firstAllocationSize > 0 ? firstAllocationSize :