Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h161 class MultiDisplayList {
213 explicit MultiDisplayList() {} in MultiDisplayList() function
216 explicit MultiDisplayList(std::unique_ptr<SkiaDisplayList> impl) in MultiDisplayList() function
219 explicit MultiDisplayList(CanvasOpBuffer&& opBuffer) : mImpls(std::move(opBuffer)) {} in MultiDisplayList() function
222 MultiDisplayList(MultiDisplayList&& other) : mImpls(std::move(other.mImpls)) {} in MultiDisplayList() function
223 MultiDisplayList& operator=(MultiDisplayList&& other) {
229 MultiDisplayList(const MultiDisplayList& other) = delete;
230 MultiDisplayList& operator=(const MultiDisplayList&) = delete;