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 D | rs_modifiers_def.in | 59 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 D | rs_property_modifier.cpp | 72 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterRadiusModifier() 91 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterSaturationModifier() 110 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterBrightnessModifier()
|
H A D | rs_property.cpp | 73 case ThresholdType::COARSE: in GetThresholdByThresholdType()
|
H A D | rs_property.h | 66 COARSE, // 1.0f / 256.0f enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_property_test.cpp | 114 prop->SetThresholdType(ThresholdType::COARSE); 388 res = prop->GetThresholdByThresholdType(ThresholdType::COARSE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 37 COARSE, // 1.0f / 256.0f enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/ |
H A D | rsclientproperty_fuzzer.cpp | 108 prop->SetThresholdType(ThresholdType::COARSE); in DoSetThresholdType002()
|