Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkTLList.h61 if (block != &fFirstBlock) { in ~SkTLList()
228 fFirstBlock.fNodesInUse = 0; in delayedInit()
230 fFreeList.addToHead(fFirstBlock.fNodes + i); in delayedInit()
231 fFirstBlock.fNodes[i].fBlock = &fFirstBlock; in delayedInit()
270 if (0 == --block->fNodesInUse && block != &fFirstBlock) { in removeNode()
306 SkASSERT(block->fNodesInUse > 0 || block == &fFirstBlock); in validate()
347 Block fFirstBlock; variable
DSkArenaAlloc.cpp23 , fFirstBlock {block}
42 new (this) SkArenaAlloc{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
DSkArenaAlloc.h216 char* const fFirstBlock; variable
/third_party/skia/src/core/
DSkArenaAlloc.cpp142 , fFirstBlock{block} in SkArenaAllocWithReset()
148 new (this) SkArenaAllocWithReset{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
DSkArenaAlloc.h296 char* const fFirstBlock;