Searched refs:IsNeedExportTexture (Results 1 – 6 of 6) sorted by relevance
67 bool parentNeedExportTexture = parent ? parent->IsNeedExportTexture() : false; in Render()68 …tackProcessor::GetInstance()->SetIsExportTexture(parentNeedExportTexture || IsNeedExportTexture()); in Render()
150 if (!viewNode->IsNeedExportTexture()) { in SetExportTextureInfoIfNeeded()
591 bool IsNeedExportTexture() const;
1218 bool UINode::IsNeedExportTexture() const in IsNeedExportTexture() function in OHOS::Ace::NG::UINode
1170 EXPECT_FALSE(customNode->UINode::IsNeedExportTexture());
2663 isNeedExportTexture = frameNode->IsNeedExportTexture(); in IsRootNeedExportTexture()