Searched defs:headBlock (Results 1 – 2 of 2) sorted by relevance
310 const Block* headBlock() const { return &fHead; } in headBlock() function311 Block* headBlock() { return &fHead; } in headBlock() function
309 GrBlockAllocator::Block* headBlock = other.fAllocator->headBlock(); in concat() local