Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h902 void SetUseShadowBatching(bool useShadowBatching) override in SetUseShadowBatching()
1448 static void SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching()
H A Dview_abstract.cpp2766 void ViewAbstract::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
3786 void ViewAbstract::SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2590 bool useShadowBatching = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h815 virtual void OnUseShadowBatchingUpdate(bool useShadowBatching) {} in OnUseShadowBatchingUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5749 bool useShadowBatching = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1839 void RSNode::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3188 void RSProperties::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2621 void RosenRenderContext::OnUseShadowBatchingUpdate(bool useShadowBatching) in OnUseShadowBatchingUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4051 useShadowBatching(value) { method in ArkComponent