Home | History | Annotate | Download | only in core

Lines Matching refs:fIndexedData

379         fIndexedData.rewind();
383 SkASSERT(fHash.count() == fIndexedData.count());
389 return fIndexedData[index];
433 // indices in SkFlatData are 1-based, while fIndexedData is 0-based. Watch out!
436 fIndexedData.removeShuffle(found->index()-1);
437 SkASSERT(flat == fIndexedData[found->index()-1]);
459 this->unflatten(&array->writableAt(i), fIndexedData[i]);
469 // index is 1-based, while fIndexedData is 0-based.
470 const SkFlatData* element = fIndexedData[index-1];
514 *fIndexedData.append() = detached;
515 SkASSERT(fIndexedData.top()->index() == this->count());
558 // All SkFlatData* stored in fIndexedData and fHash are owned by the controller.
564 SkTDArray<const SkFlatData*> fIndexedData;