Searched refs:fIndexInBlock (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrAllocator.h142 , fIndexInBlock(allocator->fItemsPerBlock - 1)
149 ++fIndexInBlock;
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) {
153 fIndexInBlock = 0;
164 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize;
170 int fIndexInBlock; member in class:GrAllocator::Iter

Completed in 83 milliseconds