Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkArenaAlloc.cpp25 , fFirstHeapAllocationSize {first_allocated_block(ToU32(size), ToU32(firstHeapAllocation))}
42 new (this) SkArenaAlloc{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
114 if (fFirstHeapAllocationSize <= maxSize / fFib0) { in ensureSpace()
115 minAllocationSize = fFirstHeapAllocationSize * fFib0; in ensureSpace()
/external/skia/src/core/
DSkArenaAlloc.cpp149 , fFirstHeapAllocationSize{to_uint32_t(firstHeapAllocation)} {}
153 new (this) SkArenaAllocWithReset{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
DSkArenaAlloc.h302 const uint32_t fFirstHeapAllocationSize; variable
/external/skqp/include/private/
DSkArenaAlloc.h218 const uint32_t fFirstHeapAllocationSize; variable