Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifiers_def.in59 DECLARE_ANIMATABLE_MODIFIER(Alpha, float, ALPHA, Multiply, Appearance, COARSE)
161 DECLARE_ANIMATABLE_MODIFIER(GrayScale, float, GRAY_SCALE, Add, Foreground, COARSE)
165 DECLARE_ANIMATABLE_MODIFIER(Contrast, float, CONTRAST, Add, Foreground, COARSE)
167 DECLARE_ANIMATABLE_MODIFIER(Saturate, float, SATURATE, Add, Foreground, COARSE)
169 DECLARE_ANIMATABLE_MODIFIER(Sepia, float, SEPIA, Add, Foreground, COARSE)
171 DECLARE_ANIMATABLE_MODIFIER(Invert, float, INVERT, Add, Foreground, COARSE)
173 DECLARE_ANIMATABLE_MODIFIER(AiInvert, Vector4f, AIINVERT, Add, Foreground, COARSE)
187 DECLARE_ANIMATABLE_MODIFIER(HueRotate, float, HUE_ROTATE, Add, Foreground, COARSE)
208 Foreground, COARSE)
219 Background, COARSE)
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp72 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterRadiusModifier()
91 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterSaturationModifier()
110 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterBrightnessModifier()
H A Drs_property.cpp73 case ThresholdType::COARSE: in GetThresholdByThresholdType()
H A Drs_property.h66 COARSE, // 1.0f / 256.0f enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp114 prop->SetThresholdType(ThresholdType::COARSE);
388 res = prop->GetThresholdByThresholdType(ThresholdType::COARSE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h37 COARSE, // 1.0f / 256.0f enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/
H A Drsclientproperty_fuzzer.cpp108 prop->SetThresholdType(ThresholdType::COARSE); in DoSetThresholdType002()