Lines Matching refs:fIndexedData
359 fIndexedData.rewind();
362 fIndexedData.push(NULL);
371 SkASSERT(fIndexedData.count() == fNextIndex);
378 return fIndexedData[index+1];
422 fIndexedData.remove(flat->index());
425 fIndexedData[flat->index()] = flat;
447 this->unflatten(&array->writableAt(i), fIndexedData[i+1]);
457 const SkFlatData* element = fIndexedData[index];
514 *fIndexedData.insert(fNextIndex) = detached;
569 // All SkFlatData* stored in fIndexedData and fHash are owned by the controller.
579 // For index -> SkFlatData. fIndexedData[0] is always NULL.
580 SkTDArray<const SkFlatData*> fIndexedData;