HomeSort by relevance Sort by last modified time
    Searched refs:SkDrawableList (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkRecorder.h 18 class SkDrawableList : SkNoncopyable {
20 ~SkDrawableList();
46 SkDrawableList* getDrawableList() const { return fDrawableList.get(); }
47 SkDrawableList* detachDrawableList() { return fDrawableList.detach(); }
138 SkAutoTDelete<SkDrawableList> fDrawableList;
SkPictureRecorder.cpp 61 SkDrawableList* drawableList = fRecorder->getDrawableList();
95 SkDrawableList* drawableList = fRecorder->getDrawableList();
108 SkAutoTDelete<SkDrawableList> fDrawableList;
113 SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList* drawableList,
SkRecorder.cpp 13 SkDrawableList::~SkDrawableList() {
17 SkPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() {
29 void SkDrawableList::append(SkDrawable* drawable) {
158 fDrawableList.reset(SkNEW(SkDrawableList));

Completed in 58 milliseconds