Home
last modified time | relevance | path

Searched refs:SetLightUpEffectDegree (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_showing_properties_freezer_test.cpp437 canvasNode->SetLightUpEffectDegree(SHOWING_FLOAT_NUM);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h348 void SetLightUpEffectDegree(float LightUpEffectDegree);
H A Drs_node.cpp1940 void RSNode::SetLightUpEffectDegree(float LightUpEffectDegree) in SetLightUpEffectDegree() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4127 rsNode->SetLightUpEffectDegree(lightUpEffectDegree);
5911 HWTEST_F(RSNodeTest, SetLightUpEffectDegree, TestSize.Level1)
5915 rsNode->SetLightUpEffectDegree(degree);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1112 rsNode_->SetLightUpEffectDegree(static_cast<float>(radio)); in OnLightUpEffectUpdate()