Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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()
H A DSkRecordedDrawable.h17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()
20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
16 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) SkRecordedDrawable() argument

Completed in 1 milliseconds