Home
last modified time | relevance | path

Searched refs:drawableList (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkPictureRecorder.cpp72 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
74 drawableList ? drawableList->newDrawableSnapshot() : nullptr in finishRecordingAsPicture()
118 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
119 if (drawableList) { in partialReplay()
120 drawableCount = drawableList->count(); in partialReplay()
121 drawables = drawableList->begin(); in partialReplay()
DSkRecordedDrawable.h17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument
20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()