Searched refs:fDrawableList (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/core/ |
D | SkRecordedDrawable.cpp | 19 if (fDrawableList) { in onDraw() 20 drawables = fDrawableList->begin(); in onDraw() 21 drawableCount = fDrawableList->count(); in onDraw() 28 if (fDrawableList) { in onNewPictureSnapshot() 31 pictList = fDrawableList->newDrawableSnapshot(); in onNewPictureSnapshot() 62 SkRecordDraw(*fRecord, &pictureRecord, nullptr, fDrawableList->begin(), fDrawableList->count(), in flatten()
|
D | SkRecordedDrawable.h | 21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable() 39 std::unique_ptr<SkDrawableList> fDrawableList; variable
|
D | SkRecorder.h | 51 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList() 52 std::unique_ptr<SkDrawableList> detachDrawableList() { return std::move(fDrawableList); } in detachDrawableList() 136 std::unique_ptr<SkDrawableList> fDrawableList; variable
|
D | SkRecorder.cpp | 67 fDrawableList.reset(nullptr); in forgetRecord() 182 if (!fDrawableList) { in onDrawDrawable() 183 fDrawableList.reset(new SkDrawableList); in onDrawDrawable() 185 fDrawableList->append(drawable); in onDrawDrawable() 186 …nd<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1); in onDrawDrawable()
|
/external/skia/src/core/ |
D | SkRecordedDrawable.cpp | 19 if (fDrawableList) { in onDraw() 20 drawables = fDrawableList->begin(); in onDraw() 21 drawableCount = fDrawableList->count(); in onDraw() 28 if (fDrawableList) { in onNewPictureSnapshot() 31 pictList = fDrawableList->newDrawableSnapshot(); in onNewPictureSnapshot() 62 SkRecordDraw(*fRecord, &pictureRecord, nullptr, fDrawableList->begin(), fDrawableList->count(), in flatten()
|
D | SkRecordedDrawable.h | 21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable() 39 std::unique_ptr<SkDrawableList> fDrawableList; variable
|
D | SkRecorder.h | 51 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList() 52 std::unique_ptr<SkDrawableList> detachDrawableList() { return std::move(fDrawableList); } in detachDrawableList() 137 std::unique_ptr<SkDrawableList> fDrawableList; variable
|
D | SkRecorder.cpp | 67 fDrawableList.reset(nullptr); in forgetRecord() 186 if (!fDrawableList) { in onDrawDrawable() 187 fDrawableList.reset(new SkDrawableList); in onDrawDrawable() 189 fDrawableList->append(drawable); in onDrawDrawable() 190 …nd<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1); in onDrawDrawable()
|