Searched refs:childRSNode (Results 1 – 2 of 2) sorted by relevance
83 auto childRSNode = child->GetRSNode(); in PaintChild() local84 if (childRSNode && childRSNode != rsNode_) { in PaintChild()85 childNodes_.emplace_back(childRSNode); in PaintChild()
93 auto childRSNode = child->GetRSNode(); in Paint() local94 if (childRSNode != nullptr) { in Paint()95 childRSNode->MarkDrivenRenderItemIndex(GetStartIndex() + indexStep); in Paint()