/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_misc_drawable_test.cpp | 89 node.GetMutableRenderProperties().SetUseShadowBatching(true); 95 node.GetMutableRenderProperties().SetUseShadowBatching(false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 902 void SetUseShadowBatching(bool useShadowBatching) override in SetUseShadowBatching() function 904 ViewAbstract::SetUseShadowBatching(useShadowBatching); in SetUseShadowBatching() 1448 static void SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching() function 1450 ViewAbstract::SetUseShadowBatching(frameNode, useShadowBatching); in SetUseShadowBatching()
|
H A D | view_abstract.h | 428 static void SetUseShadowBatching(bool useShadowBatching); 610 static void SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching);
|
H A D | view_abstract_model.h | 255 virtual void SetUseShadowBatching(bool useShadowBatching) = 0;
|
H A D | view_abstract.cpp | 2766 void ViewAbstract::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching() function in OHOS::Ace::NG::ViewAbstract 3786 void ViewAbstract::SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching) in SetUseShadowBatching() function in OHOS::Ace::NG::ViewAbstract
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 312 parentProperty.SetUseShadowBatching(true);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 874 ViewAbstract::SetUseShadowBatching(false); 875 ViewAbstract::SetUseShadowBatching(AceType::RawPtr(FRAME_NODE_REGISTER), false); 918 ViewAbstract::SetUseShadowBatching(false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 180 void SetUseShadowBatching(bool) override {} in SetUseShadowBatching() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 176 void SetUseShadowBatching(bool useShadowBatching);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 373 void SetUseShadowBatching(bool useShadowBatching);
|
H A D | rs_node.cpp | 1839 void RSNode::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 2591 properties.SetUseShadowBatching(useShadowBatching); 2595 properties.SetUseShadowBatching(useShadowBatching); 2756 properties.SetUseShadowBatching(true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 239 static ArkUINativeModuleValue SetUseShadowBatching(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 5568 ArkUINativeModuleValue CommonBridge::SetUseShadowBatching(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUseShadowBatching() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 851 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetUseShadowBatching)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3698 void SetUseShadowBatching(ArkUINodeHandle node, ArkUI_Bool value) in SetUseShadowBatching() function 3702 ViewAbstractModelNG::SetUseShadowBatching(frameNode, value); in SetUseShadowBatching() 3709 ViewAbstractModelNG::SetUseShadowBatching(frameNode, false); in ResetUseShadowBatching() 6292 …ResetMouseResponseRegion, SetEnabled, ResetEnabled, SetUseShadowBatching, ResetUseShadowBatching, … in GetCommonModifier() 6366 …ResetMouseResponseRegion, SetEnabled, ResetEnabled, SetUseShadowBatching, ResetUseShadowBatching, … in GetCJUICommonModifier()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 183 [](RSProperties* prop) { prop->SetUseShadowBatching(false); }, // USE_SHADOW_BATCHING in __anonf204f7ba6702() 3188 void RSProperties::SetUseShadowBatching(bool useShadowBatching) in SetUseShadowBatching() function in OHOS::Rosen::RSProperties
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5746 HWTEST_F(RSNodeTest, SetUseShadowBatching, TestSize.Level1) 5750 rsNode->SetUseShadowBatching(useShadowBatching);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 4896 ViewAbstractModel::GetInstance()->SetUseShadowBatching(info[0]->ToBoolean()); in JsUseShadowBatching() 4898 ViewAbstractModel::GetInstance()->SetUseShadowBatching(false); in JsUseShadowBatching()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2624 rsNode_->SetUseShadowBatching(useShadowBatching); in OnUseShadowBatchingUpdate()
|