Home
last modified time | relevance | path

Searched refs:backgroundBlurSaturation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2523 backgroundBlurSaturation_ = backgroundBlurSaturation; in SetBackgroundBlurSaturation()
2534 return backgroundBlurSaturation_; in GetBackgroundBlurSaturation()
2862 backgroundBlurSaturation_, backgroundBlurBrightness_); in GenerateBackgroundMaterialBlurFilter()
2888 hash = SkOpts::hash(&backgroundBlurSaturation_, sizeof(backgroundBlurSaturation_), hash); in GenerateBackgroundMaterialBlurFilter()
2897 originalFilter->SetSaturationForHPS(backgroundBlurSaturation_); in GenerateBackgroundMaterialBlurFilter()
3012 backgroundBlurSaturation_, backgroundBlurBrightness_); in GenerateBackgroundMaterialFuzedBlurFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2474 EXPECT_EQ(properties.backgroundBlurSaturation_, 1.f);
2487 EXPECT_EQ(properties.backgroundBlurSaturation_, 1.f);
2505 properties.backgroundBlurSaturation_ = 0.f;
2544 EXPECT_EQ(properties.backgroundBlurSaturation_, 1.f);
H A Drs_properties_test2.cpp672 EXPECT_EQ(properties.backgroundBlurSaturation_, 1.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h672 float backgroundBlurSaturation_ = 1.f; variable