Searched refs:fFirstBlock (Results 1 – 6 of 6) sorted by relevance
61 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
23 , fFirstBlock {block}42 new (this) SkArenaAlloc{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
216 char* const fFirstBlock; variable