Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkPictureRecorder.cpp72 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
118 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
DSkRecordedDrawable.h17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()