Home
last modified time | relevance | path

Searched refs:BRIGHTNESS (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dstory_cover_info_column.h36 const std::string BRIGHTNESS = "brightness"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dstory_db_sqls.h69 BRIGHTNESS + " REAL, " +
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h109 BRIGHTNESS, enumerator
307 { RSModifierType::BRIGHTNESS, "Brightness" },
H A Drs_modifiers_def.in163 DECLARE_ANIMATABLE_MODIFIER(Brightness, float, BRIGHTNESS, Add, Foreground, COARSE)
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp31 constexpr char const *BRIGHTNESS = "Brightness"; variable
92 ASSERT_STREQ(filters[0]->GetString(NAME).c_str(), BRIGHTNESS);
149 ASSERT_TRUE(brightness->Put(NAME, BRIGHTNESS));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp131 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10"));
132 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10.5"));
133 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10%"));
134 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10.5%"));
135 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, " "));
136 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::BRIGHTNESS, "10px"));
1297 filter.filterType_ = FilterType::BRIGHTNESS;
1300 filter.filterType_ = FilterType::BRIGHTNESS;
/ohos5.0/base/powermgr/display_manager/
H A Ddisplaymanager.yaml22 BRIGHTNESS: {type: INT32, desc: screen brightness value}
/ohos5.0/base/powermgr/power_manager/
H A Dpowermanager.yaml31 BRIGHTNESS: {type: INT32, desc: brightness level}
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h45 BRIGHTNESS, enumerator
H A Dcustom_paint_paint_method.cpp132 case FilterType::BRIGHTNESS: in CheckFilterProperty()
1474 case FilterType::BRIGHTNESS: in SetFilterParam()
1840 { "brightness", FilterType::BRIGHTNESS }, in FilterStrToFilterType()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dhighlight_album_napi.cpp125 RADIUS, SATURATION, BRIGHTNESS, BACKGROUND_COLOR_TYPE, SHADOW_LEVEL, TITLE_SCALE_X,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H A Dmedialibrary_story_test.cpp199 valuesBucket.Put(BRIGHTNESS, 6.5);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp135 { RSModifierType::BRIGHTNESS, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2445 …SetProperty<RSBrightnessModifier, RSAnimatableProperty<float>>(RSModifierType::BRIGHTNESS, brightn… in SetBrightness()