Home
last modified time | relevance | path

Searched defs:SkiaDisplayListWrapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h36 explicit SkiaDisplayListWrapper() {} in SkiaDisplayListWrapper() function
39 explicit SkiaDisplayListWrapper(std::unique_ptr<skiapipeline::SkiaDisplayList> impl) in SkiaDisplayListWrapper() function
43 SkiaDisplayListWrapper(SkiaDisplayListWrapper&& other) : mImpl(std::move(other.mImpl)) {} in SkiaDisplayListWrapper() function