Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.cpp83 auto childRSNode = child->GetRSNode(); in PaintChild() local
84 if (childRSNode && childRSNode != rsNode_) { in PaintChild()
85 childNodes_.emplace_back(childRSNode); in PaintChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list.cpp93 auto childRSNode = child->GetRSNode(); in Paint() local
94 if (childRSNode != nullptr) { in Paint()
95 childRSNode->MarkDrivenRenderItemIndex(GetStartIndex() + indexStep); in Paint()