Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecorder.h20 class SkDrawableList : SkNoncopyable {
22 SkDrawableList() {} in SkDrawableList() function
23 ~SkDrawableList();
50 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList()
51 std::unique_ptr<SkDrawableList> detachDrawableList() { return std::move(fDrawableList); } in detachDrawableList()
149 std::unique_ptr<SkDrawableList> fDrawableList;
DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()
41 std::unique_ptr<SkDrawableList> fDrawableList;
DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture()
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()
DSkRecorder.cpp16 SkDrawableList::~SkDrawableList() { in ~SkDrawableList()
20 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot()
32 void SkDrawableList::append(SkDrawable* drawable) { in append()
172 fDrawableList.reset(new SkDrawableList); in onDrawDrawable()
/external/skia/dm/
DDMSrcSink.cpp1817 const SkDrawableList& fDrawables;
1864 std::unique_ptr<SkDrawableList> drawables(recorder.detachDrawableList()); in draw()
1865 const SkDrawableList empty; in draw()