Home
last modified time | relevance | path

Searched refs:CONTRAST (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h110 CONTRAST, enumerator
308 { RSModifierType::CONTRAST, "Contrast" },
H A Drs_modifiers_def.in165 DECLARE_ANIMATABLE_MODIFIER(Contrast, float, CONTRAST, Add, Foreground, COARSE)
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp34 constexpr char const *CONTRAST = "Contrast"; variable
98 ASSERT_STREQ(filters[1]->GetString(NAME).c_str(), CONTRAST);
160 ASSERT_TRUE(contrast->Put(NAME, CONTRAST));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp141 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, "10"));
142 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, "10.5"));
143 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, "10%"));
144 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, "10.5%"));
145 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, " "));
146 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::CONTRAST, "10px"));
1303 filter.filterType_ = FilterType::CONTRAST;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h46 CONTRAST, enumerator
H A Dcustom_paint_paint_method.cpp133 case FilterType::CONTRAST: { in CheckFilterProperty()
1477 case FilterType::CONTRAST: in SetFilterParam()
1841 { "contrast", FilterType::CONTRAST }, in FilterStrToFilterType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp136 { RSModifierType::CONTRAST, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2450 … SetProperty<RSContrastModifier, RSAnimatableProperty<float>>(RSModifierType::CONTRAST, contrast); in SetContrast()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md8005 | CONTRAST <sup>12+</sup> | "Contrast" | **读写能力:** 可读写<br> 相机应用的…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md8148 | CONTRAST <sup>12+</sup> | "Contrast" | **Read/Write capability…