Home
last modified time | relevance | path

Searched refs:fItemIndex (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/
DGrAllocator.h163 , fItemIndex(-1) {} in Iter()
170 ++fItemIndex; in next()
175 return fItemIndex < fAllocator->fCount; in next()
183 SkASSERT(fItemIndex >= 0 && fItemIndex < fAllocator->fCount); in get()
191 int fItemIndex; variable