Home | History | Annotate | Download | only in core

Lines Matching defs:fNextIndex

403         fNextIndex = 1;
424 fNextIndex = 1;
447 // findAndReturnFlat set the index to fNextIndex and increased
448 // fNextIndex by one. Reuse the index from the one being
449 // replaced and reset fNextIndex to the proper value.
451 fNextIndex--;
498 SkFlatData* flat = SkFlatData::Create(fController, &element, fNextIndex, fFlattenProc);
518 SkASSERT(fData.count() == fNextIndex);
519 fNextIndex++;
544 int fNextIndex;