Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp25 return allMainAndLeashSurfaces_; in GetAllMainAndLeashSurfaces()
36 std::swap(allMainAndLeashSurfaces_, allMainAndLeashSurfaces); in SetAllMainAndLeashSurfaces()
162 for (auto& surfaceNode : allMainAndLeashSurfaces_) { in OnSync()
210 ret += RENDER_BASIC_PARAM_TO_STRING(allMainAndLeashSurfaces_.size()); in ToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h158 std::vector<RSBaseRenderNode::SharedPtr> allMainAndLeashSurfaces_; variable