Searched refs:SnapshotArray (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkBigPicture.h | 25 class SnapshotArray : ::SkNoncopyable { 27 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} in SnapshotArray() function 28 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } } in ~SnapshotArray() 39 SnapshotArray*, // We take exclusive ownership. 67 std::unique_ptr<const SnapshotArray> fDrawablePicts;
|
D | SkBigPicture.cpp | 17 SnapshotArray* drawablePicts, in SkBigPicture()
|
D | SkRecordDraw.h | 27 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
|
D | SkRecordedDrawable.cpp | 27 SkBigPicture::SnapshotArray* pictList = nullptr; in onNewPictureSnapshot()
|
D | SkPictureRecorder.cpp | 70 SkBigPicture::SnapshotArray* pictList = in finishRecordingAsPicture()
|
D | SkRecorder.cpp | 24 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot() 33 return new SkBigPicture::SnapshotArray(pics.release(), count); in newDrawableSnapshot()
|
D | SkRecorder.h | 32 SkBigPicture::SnapshotArray* newDrawableSnapshot();
|
/third_party/skia/src/core/ |
D | SkBigPicture.h | 26 class SnapshotArray : ::SkNoncopyable { 28 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} in SnapshotArray() function 29 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } } in ~SnapshotArray() 40 std::unique_ptr<SnapshotArray>, 68 std::unique_ptr<const SnapshotArray> fDrawablePicts;
|
D | SkRecordDraw.h | 28 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
|
D | SkBigPicture.cpp | 17 std::unique_ptr<SnapshotArray> drawablePicts, in SkBigPicture()
|
D | SkRecordedDrawable.cpp | 29 std::unique_ptr<SkBigPicture::SnapshotArray> pictList{ in onNewPictureSnapshot()
|
D | SkRecorder.h | 32 SkBigPicture::SnapshotArray* newDrawableSnapshot();
|
D | SkPictureRecorder.cpp | 73 std::unique_ptr<SkBigPicture::SnapshotArray> pictList{ in finishRecordingAsPicture()
|
D | SkRecorder.cpp | 26 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot() 35 return new SkBigPicture::SnapshotArray(pics.release(), count); in newDrawableSnapshot()
|