Home
last modified time | relevance | path

Searched refs:SkDrawableList (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRecorder.h56 class SkDrawableList : SkNoncopyable {
58 SkDrawableList() {} in SkDrawableList() function
59 ~SkDrawableList();
86 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList()
87 std::unique_ptr<SkDrawableList> detachDrawableList() { return std::move(fDrawableList); } in detachDrawableList()
176 std::unique_ptr<SkDrawableList> fDrawableList;
DSkRecordedDrawable.h17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()
39 std::unique_ptr<SkDrawableList> fDrawableList;
DSkRecorder.cpp58 SkDrawableList::~SkDrawableList() { in ~SkDrawableList()
65 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot()
77 void SkDrawableList::append(SkDrawable* drawable) { in append()
218 fDrawableList = std::make_unique<SkDrawableList>(); in onDrawDrawable()
DSkPictureRecorder.cpp73 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture()
119 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()