Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h165 class MultiDisplayList {
217 explicit MultiDisplayList() {} in MultiDisplayList() function
220 explicit MultiDisplayList(std::unique_ptr<SkiaDisplayList> impl) in MultiDisplayList() function
223 explicit MultiDisplayList(CanvasOpBuffer&& opBuffer) : mImpls(std::move(opBuffer)) {} in MultiDisplayList() function
226 MultiDisplayList(MultiDisplayList&& other) : mImpls(std::move(other.mImpls)) {} in MultiDisplayList() function
227 MultiDisplayList& operator=(MultiDisplayList&& other) {
233 MultiDisplayList(const MultiDisplayList& other) = delete;
234 MultiDisplayList& operator=(const MultiDisplayList&) = delete;