Searched refs:fDrawableList (Results 1 – 4 of 4) sorted by relevance
22 if (fDrawableList) { in onApproximateBytesUsed()23 for (auto&& drawable : *fDrawableList) { in onApproximateBytesUsed()36 if (fDrawableList) { in onDraw()37 drawables = fDrawableList->begin(); in onDraw()38 drawableCount = fDrawableList->count(); in onDraw()47 fDrawableList ? fDrawableList->newDrawableSnapshot() : nullptr in onNewPictureSnapshot()74 SkDrawable* const* drawables = fDrawableList ? fDrawableList->begin() : nullptr; in flatten()75 int drawableCount = fDrawableList ? fDrawableList->count() : 0; in flatten()
20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()39 std::unique_ptr<SkDrawableList> fDrawableList; variable
86 SkDrawableList* getDrawableList() const { return fDrawableList.get(); } in getDrawableList()87 std::unique_ptr<SkDrawableList> detachDrawableList() { return std::move(fDrawableList); } in detachDrawableList()176 std::unique_ptr<SkDrawableList> fDrawableList; variable
119 fDrawableList.reset(nullptr); in forgetRecord()217 if (!fDrawableList) { in onDrawDrawable()218 fDrawableList = std::make_unique<SkDrawableList>(); in onDrawDrawable()220 fDrawableList->append(drawable); in onDrawDrawable()221 …this->append<SkRecords::DrawDrawable>(this->copy(matrix), drawable->getBounds(), fDrawableList->co… in onDrawDrawable()