Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.h164 static inline int currentUIExtensionIndex_ = -1; variable
H A Drs_uni_render_util.cpp1835 currentUIExtensionIndex_ = -1; in UIExtensionFindAndTraverseAncestor()
1872 currentUIExtensionIndex_++; in TraverseAndCollectUIExtensionInfo()
1888 if (iter != callbackData.end() && currentUIExtensionIndex_ != -1 && in TraverseAndCollectUIExtensionInfo()
1889 currentUIExtensionIndex_ < static_cast<int>((iter->second).size())) { in TraverseAndCollectUIExtensionInfo()
1890 …(iter->second)[currentUIExtensionIndex_].upperNodes.push_back(GenerateSecRectInfoFromNode(*node, r… in TraverseAndCollectUIExtensionInfo()