Home
last modified time | relevance | path

Searched defs:useShadowBatching (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h737 void SetUseShadowBatching(bool useShadowBatching) override in SetUseShadowBatching()
1105 static void SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching()
Dview_abstract.cpp1985 void ViewAbstract::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
2727 void ViewAbstract::SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_system_properties.cpp184 static bool useShadowBatching = in GetUseShadowBatchingEnabled() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h667 virtual void OnUseShadowBatchingUpdate(bool useShadowBatching) {} in OnUseShadowBatchingUpdate()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp1688 void RSProperties::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkComponent.ts3127 useShadowBatching(value: boolean): this { method in ArkComponent
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp1264 void RSNode::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1978 void RosenRenderContext::OnUseShadowBatchingUpdate(bool useShadowBatching) in OnUseShadowBatchingUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js3016 useShadowBatching(value) { method in ArkComponent