Home
last modified time | relevance | path

Searched refs:parentNeedExportTexture (Results 1 – 1 of 1) 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() local
68 …ViewStackProcessor::GetInstance()->SetIsExportTexture(parentNeedExportTexture || IsNeedExportTextu… in Render()