Home
last modified time | relevance | path

Searched refs:BRIGHTNESS (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dstory_cover_info_column.h36 const std::string BRIGHTNESS = "brightness"; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dstory_db_sqls.h69 BRIGHTNESS + " REAL, " +
/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp31 constexpr char const *BRIGHTNESS = "Brightness"; member
92 ASSERT_STREQ(filters[0]->GetString(NAME).c_str(), BRIGHTNESS); in HWTEST_F()
149 ASSERT_TRUE(brightness->Put(NAME, BRIGHTNESS)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h107 BRIGHTNESS, member in OHOS::Rosen::RSModifierType
290 case RSModifierType::BRIGHTNESS: return "Brightness"; in GetModifierTypeString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp163 * @tc.steps3: When FilterType is BRIGHTNESS, call the function CheckFilterProperty. in HWTEST_F()
166 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "0")); in HWTEST_F()
167 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "-0")); in HWTEST_F()
168 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10")); in HWTEST_F()
169 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10.5")); in HWTEST_F()
170 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10%")); in HWTEST_F()
171 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10.5%")); in HWTEST_F()
172 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, " ")); in HWTEST_F()
173 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10px")); in HWTEST_F()
1431 filter.filterType_ = FilterType::BRIGHTNESS; in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h45 BRIGHTNESS, member in OHOS::Ace::NG::FilterType
H A Dcustom_paint_paint_method.cpp130 case FilterType::BRIGHTNESS: in CheckFilterProperty()
1464 case FilterType::BRIGHTNESS: in SetFilterParam()
1830 { "brightness", FilterType::BRIGHTNESS }, in FilterStrToFilterType()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dhighlight_album_napi.cpp125 RADIUS, SATURATION, BRIGHTNESS, BACKGROUND_COLOR_TYPE, SHADOW_LEVEL, TITLE_SCALE_X,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H A Dmedialibrary_story_test.cpp200 valuesBucket.Put(BRIGHTNESS, 6.5); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp139 { RSModifierType::BRIGHTNESS, RSPropertyDrawableSlot::COLOR_FILTER },
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2424 SetProperty<RSBrightnessModifier, RSAnimatableProperty<float>>(RSModifierType::BRIGHTNESS, brightness); in SetBrightness()

Completed in 15 milliseconds