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