Home
last modified time | relevance | path

Searched refs:SetShadowElevation (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_system_effect.cpp137 surfaceNode->SetShadowElevation(0.f); in SetWindowShadow()
158 surfaceNode->SetShadowElevation(shadow.elevation_ * vpr); in SetWindowShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp171 void SetShadowElevation(ArkUINodeHandle node, ArkUI_Float32 elevation) in SetShadowElevation() function
176 renderContext->SetShadowElevation(elevation); in SetShadowElevation()
547 …oFrame, SetRotation, SetShadowColor, SetShadowOffset, SetLabel, SetShadowAlpha, SetShadowElevation, in GetRenderNodeModifier()
559 … SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetShadowAlpha, SetShadowElevation, in GetCJUIRenderNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.h39 static ArkUINativeModuleValue SetShadowElevation(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_render_node_bridge.cpp420 ArkUINativeModuleValue RenderNodeBridge::SetShadowElevation(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetShadowElevation() function in OHOS::Ace::NG::RenderNodeBridge
H A Darkts_native_api_impl_bridge.cpp3631 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RenderNodeBridge::SetShadowElevation)); in RegisterRenderNodeAttributes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp273 properties.SetShadowElevation(0.f);
294 properties.SetShadowElevation(1.f);
409 properties.SetShadowElevation(0.f);
430 properties.SetShadowElevation(1.f);
590 properties.SetShadowElevation(1.0f);
594 properties.SetShadowElevation(0.f);
H A Drs_properties_test.cpp231 properties.SetShadowElevation(elevation);
233 properties.SetShadowElevation(elevation);
368 properties.SetShadowElevation(1.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp199 surfaceNode->SetShadowElevation(GetData<float>()); in RSNodeFuzzTestInner02()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp907 surfaceNode->SetShadowElevation(floatData[1]);
921 surfaceNode->SetShadowElevation(floatData[2]);
935 surfaceNode->SetShadowElevation(floatData[3]);
H A Drs_canvas_node_test.cpp2405 canvasNode->SetShadowElevation(floatData[1]);
2417 canvasNode->SetShadowElevation(floatData[2]);
2429 canvasNode->SetShadowElevation(floatData[3]);
2441 canvasNode->SetShadowElevation(floatData[4]);
2453 canvasNode->SetShadowElevation(floatData[0]);
H A Drs_node_test.cpp2539 rsNode->SetShadowElevation(floatData[1]);
2551 rsNode->SetShadowElevation(floatData[2]);
2563 rsNode->SetShadowElevation(floatData[3]);
2575 rsNode->SetShadowElevation(floatData[4]);
2587 rsNode->SetShadowElevation(floatData[0]);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp236 properties.SetShadowElevation(radius); in RSPropertiesFuzzTestInner03()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_showing_properties_freezer_test.cpp410 canvasNode->SetShadowElevation(SHOWING_FLOAT_NUM);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h376 void SetShadowElevation(float radius);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h329 void SetShadowElevation(float elevation);
H A Drs_node.cpp1742 void RSNode::SetShadowElevation(float elevation) in SetShadowElevation() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h328 virtual void SetShadowElevation(float elevation) {} in SetShadowElevation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h390 void SetShadowElevation(float elevation) override;
H A Drosen_render_context.cpp4143 rsNode_->SetShadowElevation(0.0);
4157 rsNode_->SetShadowElevation(shadow.GetElevation());
6242 void RosenRenderContext::SetShadowElevation(float elevation) function in OHOS::Ace::NG::RosenRenderContext
6245 rsNode_->SetShadowElevation(elevation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp136 [](RSProperties* prop) { prop->SetShadowElevation(0.f); }, // SHADOW_ELEVATION in __anonf204f7ba3b02()
1942 void RSProperties::SetShadowElevation(float elevation) in SetShadowElevation() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp225 subSurface->SetShadowElevation(0.0f); in InitContainer()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2863 pixelMapNode->SetShadowElevation(g_drawingInfo.filterInfo.elevation); in SetDragShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2932 rsNode->SetShadowElevation(shadow.GetElevation()); in PaintShadow()