Searched refs:SnapshotArray (Results 1 – 7 of 7) sorted by relevance
24 class SnapshotArray : ::SkNoncopyable {26 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} in SnapshotArray() function27 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } } in ~SnapshotArray()38 SnapshotArray*, // We take exclusive ownership.80 std::unique_ptr<const SnapshotArray> fDrawablePicts;
27 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
17 SnapshotArray* drawablePicts, in SkBigPicture()
27 SkBigPicture::SnapshotArray* pictList = nullptr; in onNewPictureSnapshot()
75 SkBigPicture::SnapshotArray* pictList = in finishRecordingAsPicture()
20 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot()29 return new SkBigPicture::SnapshotArray(pics.release(), count); in newDrawableSnapshot()
31 SkBigPicture::SnapshotArray* newDrawableSnapshot();