Searched defs:fItemIndex (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrAllocator.h143 , fItemIndex(-1) {}
150 ++fItemIndex;
155 return fItemIndex < fAllocator->fCount;
163 SkASSERT(fItemIndex >= 0 && fItemIndex < fAllocator->fCount);
171 int fItemIndex; member in class:GrAllocator::Iter

Completed in 213 milliseconds