Home
last modified time | relevance | path

Searched refs:SetIsNeedRebuildRSTree (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp112 renderContext->SetIsNeedRebuildRSTree(isStop); in HandleTextureExport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp156 context->SetIsNeedRebuildRSTree(true); in OnAttachToMainTree()
165 context->SetIsNeedRebuildRSTree(false); in OnDetachFromMainTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1429 renderContext->SetIsNeedRebuildRSTree(false); in DoTextureExport()
1446 renderContext->SetIsNeedRebuildRSTree(true); in StopTextureExport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h428 void SetIsNeedRebuildRSTree(bool isNeedRebuildRSTree) in SetIsNeedRebuildRSTree() function