Home
last modified time | relevance | path

Searched refs:SetBackgroundBlurRadius (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_drawable_test.cpp117 … node.renderContent_->GetMutableRenderProperties().SetBackgroundBlurRadius(10.f); // 10.f: radius
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h314 void SetBackgroundBlurRadius(float backgroundBlurRadius);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h544 void SetBackgroundBlurRadius(float radius);
H A Drs_node.cpp1540 SetBackgroundBlurRadius(0.f); in SetBackgroundFilter()
1554 SetBackgroundBlurRadius(Radius); in SetBackgroundFilter()
1993 void RSNode::SetBackgroundBlurRadius(float radius) in SetBackgroundBlurRadius() 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.cpp2158 properties.SetBackgroundBlurRadius(backgroundBlurRadius);
2162 properties.SetBackgroundBlurRadius(backgroundBlurRadius);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp192 [](RSProperties* prop) { prop->SetBackgroundBlurRadius(0.f); }, // BACKGROUND_BLUR_RADIUS in __anonf204f7ba7002()
2500 void RSProperties::SetBackgroundBlurRadius(float backgroundBlurRadius) in SetBackgroundBlurRadius() 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.cpp5981 HWTEST_F(RSNodeTest, SetBackgroundBlurRadius, TestSize.Level1)
5985 rsNode->SetBackgroundBlurRadius(radius);