Home
last modified time | relevance | path

Searched refs:IsNeedExportTexture (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp67 bool parentNeedExportTexture = parent ? parent->IsNeedExportTexture() : false; in Render()
68 …tackProcessor::GetInstance()->SetIsExportTexture(parentNeedExportTexture || IsNeedExportTexture()); in Render()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp150 if (!viewNode->IsNeedExportTexture()) { in SetExportTextureInfoIfNeeded()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h591 bool IsNeedExportTexture() const;
H A Dui_node.cpp1218 bool UINode::IsNeedExportTexture() const in IsNeedExportTexture() function in OHOS::Ace::NG::UINode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp1170 EXPECT_FALSE(customNode->UINode::IsNeedExportTexture());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2663 isNeedExportTexture = frameNode->IsNeedExportTexture(); in IsRootNeedExportTexture()