Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture()
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay()
DSkRecorder.h50 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList() function