Searched refs:drawableList (Results 1 – 2 of 2) sorted by relevance
72 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local74 drawableList ? drawableList->newDrawableSnapshot() : nullptr in finishRecordingAsPicture()118 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local119 if (drawableList) { in partialReplay()120 drawableCount = drawableList->count(); in partialReplay()121 drawables = drawableList->begin(); in partialReplay()
17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()