/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | story_cover_info_column.h | 36 const std::string BRIGHTNESS = "brightness"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | story_db_sqls.h | 69 BRIGHTNESS + " REAL, " +
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 109 BRIGHTNESS, enumerator 307 { RSModifierType::BRIGHTNESS, "Brightness" },
|
H A D | rs_modifiers_def.in | 163 DECLARE_ANIMATABLE_MODIFIER(Brightness, float, BRIGHTNESS, Add, Foreground, COARSE)
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestJsonHelper.cpp | 31 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 D | canvas_custom_paint_method_test_ng.cpp | 131 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 D | displaymanager.yaml | 22 BRIGHTNESS: {type: INT32, desc: screen brightness value}
|
/ohos5.0/base/powermgr/power_manager/ |
H A D | powermanager.yaml | 31 BRIGHTNESS: {type: INT32, desc: brightness level}
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.h | 45 BRIGHTNESS, enumerator
|
H A D | custom_paint_paint_method.cpp | 132 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 D | highlight_album_napi.cpp | 125 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 D | medialibrary_story_test.cpp | 199 valuesBucket.Put(BRIGHTNESS, 6.5);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 135 { RSModifierType::BRIGHTNESS, RSPropertyDrawableSlot::COLOR_FILTER },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2445 …SetProperty<RSBrightnessModifier, RSAnimatableProperty<float>>(RSModifierType::BRIGHTNESS, brightn… in SetBrightness()
|