Home
last modified time | relevance | path

Searched refs:SnapshotArray (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/core/
DSkPicture.h187 class SnapshotArray : ::SkNoncopyable {
189 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} in SnapshotArray() function
190 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } } in ~SnapshotArray()
263 SnapshotArray*,
276 SkAutoTDelete<const SnapshotArray> fDrawablePicts;
/external/skia/src/core/
DSkPictureRecorder.cpp62 SkPicture::SnapshotArray* pictList = drawableList ? drawableList->newDrawableSnapshot() : NULL; in endRecordingAsPicture()
136 SkPicture::SnapshotArray* pictList = NULL; in onNewPictureSnapshot()
DSkRecordDraw.h23 const SkPicture::SnapshotArray*,
DSkRecorder.cpp17 SkPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot()
26 return SkNEW_ARGS(SkPicture::SnapshotArray, (pics.detach(), count)); in newDrawableSnapshot()
DSkRecorder.h28 SkPicture::SnapshotArray* newDrawableSnapshot();
DSkRecordDraw.cpp590 const SkPicture::SnapshotArray* pictList, SkLayerInfo* accelData) in CollectLayers()
777 const SkPicture::SnapshotArray* fPictList;
796 const SkPicture::SnapshotArray* pictList, SkBBoxHierarchy* bbh, in SkRecordComputeLayers()
DSkPicture.cpp458 SnapshotArray* drawablePicts, in SkPicture()