Searched refs:SnapshotArray (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/core/
H A DSkBigPicture.h24 class SnapshotArray : ::SkNoncopyable { class in class:final
26 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} function in class:final::SnapshotArray
27 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
38 SnapshotArray*, // We take exclusive ownership.
66 std::unique_ptr<const SnapshotArray> fDrawablePicts;
H A DSkBigPicture.cpp17 SnapshotArray* drawablePicts,
H A DSkRecordDraw.h27 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
H A DSkRecordedDrawable.cpp27 SkBigPicture::SnapshotArray* pictList = nullptr;
H A DSkPictureRecorder.cpp70 SkBigPicture::SnapshotArray* pictList =
H A DSkRecorder.h31 SkBigPicture::SnapshotArray* newDrawableSnapshot();
H A DSkRecorder.cpp20 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() {
29 return new SkBigPicture::SnapshotArray(pics.release(), count);
/external/skqp/src/core/
H A DSkBigPicture.h24 class SnapshotArray : ::SkNoncopyable { class in class:final
26 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} function in class:final::SnapshotArray
27 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
38 SnapshotArray*, // We take exclusive ownership.
66 std::unique_ptr<const SnapshotArray> fDrawablePicts;
H A DSkBigPicture.cpp17 SnapshotArray* drawablePicts,
H A DSkRecordDraw.h27 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
H A DSkRecordedDrawable.cpp27 SkBigPicture::SnapshotArray* pictList = nullptr;
H A DSkPictureRecorder.cpp70 SkBigPicture::SnapshotArray* pictList =
H A DSkRecorder.h31 SkBigPicture::SnapshotArray* newDrawableSnapshot();
H A DSkRecorder.cpp20 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() {
29 return new SkBigPicture::SnapshotArray(pics.release(), count);

Completed in 195 milliseconds