Searched refs:SetBackgroundBlurRadius (Results 1 – 7 of 7) sorted by relevance
117 … node.renderContent_->GetMutableRenderProperties().SetBackgroundBlurRadius(10.f); // 10.f: radius
314 void SetBackgroundBlurRadius(float backgroundBlurRadius);
544 void SetBackgroundBlurRadius(float radius);
1540 SetBackgroundBlurRadius(0.f); in SetBackgroundFilter()1554 SetBackgroundBlurRadius(Radius); in SetBackgroundFilter()1993 void RSNode::SetBackgroundBlurRadius(float radius) in SetBackgroundBlurRadius() function in OHOS::Rosen::RSNode
2158 properties.SetBackgroundBlurRadius(backgroundBlurRadius);2162 properties.SetBackgroundBlurRadius(backgroundBlurRadius);
192 [](RSProperties* prop) { prop->SetBackgroundBlurRadius(0.f); }, // BACKGROUND_BLUR_RADIUS in __anonf204f7ba7002()2500 void RSProperties::SetBackgroundBlurRadius(float backgroundBlurRadius) in SetBackgroundBlurRadius() function in OHOS::Rosen::RSProperties
5981 HWTEST_F(RSNodeTest, SetBackgroundBlurRadius, TestSize.Level1)5985 rsNode->SetBackgroundBlurRadius(radius);