HomeSort by relevance Sort by last modified time
    Searched refs:fIndexedData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 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
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 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
    [all...]

Completed in 24 milliseconds