Home
last modified time | relevance | path

Searched refs:SetUseShadowBatching (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp89 node.GetMutableRenderProperties().SetUseShadowBatching(true);
95 node.GetMutableRenderProperties().SetUseShadowBatching(false);
/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() 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 Dview_abstract.h428 static void SetUseShadowBatching(bool useShadowBatching);
610 static void SetUseShadowBatching(FrameNode* frameNode, bool useShadowBatching);
H A Dview_abstract_model.h255 virtual void SetUseShadowBatching(bool useShadowBatching) = 0;
H A Dview_abstract.cpp2766 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 Drs_canvas_render_node_test.cpp312 parentProperty.SetUseShadowBatching(true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp874 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 Dview_abstract_model_impl.h180 void SetUseShadowBatching(bool) override {} in SetUseShadowBatching() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h176 void SetUseShadowBatching(bool useShadowBatching);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h373 void SetUseShadowBatching(bool useShadowBatching);
H A Drs_node.cpp1839 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 Drs_properties_test.cpp2591 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 Darkts_native_common_bridge.h239 static ArkUINativeModuleValue SetUseShadowBatching(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp5568 ArkUINativeModuleValue CommonBridge::SetUseShadowBatching(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUseShadowBatching() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp851 … 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 Dnode_common_modifier.cpp3698 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 Drs_properties.cpp183 [](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 Drs_node_test.cpp5746 HWTEST_F(RSNodeTest, SetUseShadowBatching, TestSize.Level1)
5750 rsNode->SetUseShadowBatching(useShadowBatching);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4896 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 Drosen_render_context.cpp2624 rsNode_->SetUseShadowBatching(useShadowBatching); in OnUseShadowBatchingUpdate()