Home
last modified time | relevance | path

Searched refs:foregroundBlurSaturation_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2662 foregroundBlurSaturation_ = foregroundBlurSaturation; in SetForegroundBlurSaturation()
2673 return foregroundBlurSaturation_; in GetForegroundBlurSaturation()
2958 foregroundBlurSaturation_, foregroundBlurBrightness_); in GenerateForegroundMaterialBlurFilter()
2984 hash = SkOpts::hash(&foregroundBlurSaturation_, sizeof(foregroundBlurSaturation_), hash); in GenerateForegroundMaterialBlurFilter()
2993 originalFilter->SetSaturationForHPS(foregroundBlurSaturation_); in GenerateForegroundMaterialBlurFilter()
3036 foregroundBlurSaturation_, foregroundBlurBrightness_); in GenerateCompositingMaterialFuzedBlurFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h680 float foregroundBlurSaturation_ = 1.f; variable