Home | History | Annotate | Download | only in core

Lines Matching refs:fNextIndex

363         fNextIndex = 1;
371 SkASSERT(fIndexedData.count() == fNextIndex);
372 SkASSERT(fHash.count() == fNextIndex - 1);
373 return fNextIndex - 1;
421 // findAndReturnMutableFlat gave us index (fNextIndex-1), but we'll use the old one.
423 fNextIndex--;
507 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
514 *fIndexedData.insert(fNextIndex) = detached;
515 fNextIndex++;
577 int fNextIndex;