Home
last modified time | relevance | path

Searched refs:SkDrawableList (Results 1 – 4 of 4) 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 SkDrawableList* detachDrawableList() { return fDrawableList.detach(); } in detachDrawableList()
144 SkAutoTDelete<SkDrawableList> fDrawableList;
DSkPictureRecorder.cpp70 SkDrawableList* drawableList = fRecorder->getDrawableList(); in endRecordingAsPicture()
112 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()
125 SkAutoTDelete<SkDrawableList> fDrawableList;
130 SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList* drawableList, in SkRecordedDrawable()
DSkRecorder.cpp17 SkDrawableList::~SkDrawableList() { in ~SkDrawableList()
21 SkBigPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot()
33 void SkDrawableList::append(SkDrawable* drawable) { in append()
163 fDrawableList.reset(new SkDrawableList); in onDrawDrawable()
/external/skia/dm/
DDMSrcSink.cpp1365 const SkDrawableList& fDrawables;
1411 SkAutoTDelete<SkDrawableList> drawables(recorder.detachDrawableList()); in draw()
1412 const SkDrawableList empty; in draw()