Home
last modified time | relevance | path

Searched refs:brightness_ (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_material_filter.cpp96 brightness_(materialParam.brightness), maskColor_(materialParam.maskColor) in RSMaterialFilter()
107 float brightnessForHash = DecreasePrecision(brightness_); in RSMaterialFilter()
138 ", saturation: " + std::to_string(saturation_) + ", brightness: " + std::to_string(brightness_) + in GetDetailedDescription()
152 MaterialParam materialParam = {radius_, saturation_, brightness_, maskColor_}; in Compose()
199 brightness_ = (materialParam.brightness - 1) * ratio + 1.0; in CreateMaterialStyle()
200 return RSMaterialFilter::CreateMaterialFilter(radius_, saturation_, brightness_); in CreateMaterialStyle()
227 materialParam.brightness = (brightness_ - 1) * fraction + 1.0; in TransformFilter()
249 materialParam.brightness = brightness_ + materialR->brightness_; in Add()
263 materialParam.brightness = brightness_ in Sub()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dbrightness_filter.cpp29 brightness_ = *(brightness.get()); in SetValue()
31 LOGD("The brightness is %{public}f.", brightness_); in SetValue()
38 glUniform1f(brightnessID_, brightness_); in LoadFilterParams()
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp136 brightness_ = brightness; in SetBrightness()
241 return brightness_; in GetBrightness()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dbrightness_filter.h35 float brightness_ = DEFAULT_BRIGHTNESS; member in OHOS::Rosen::BrightnessFilter
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp204 brightness_ = brightness; in SetBrightness()
209 return brightness_; in GetBrightness()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_material_filter.h101 float brightness_ = 1.f; member in OHOS::Rosen::RSMaterialFilter
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h433 float brightness_ = UNDEFINED_BRIGHTNESS; member in OHOS::Rosen::WindowOption
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h511 float brightness_ = UNDEFINED_BRIGHTNESS; member in OHOS::Rosen::WindowOption
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp236 brightness_ = brightness; in SetBrightness()
436 return brightness_; in GetBrightness()
726 parcel.WriteFloat(brightness_) && parcel.WriteUint64(displayId_) && parcel.WriteUint32(windowId_) && in Marshalling()
843 ret = ret && parcel.WriteFloat(brightness_); in Write()
979 brightness_ = property->brightness_; in CopyFrom()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp234 brightness_ = brightness; in SetBrightness()
339 return brightness_; in GetBrightness()
1035 MarshallingWindowLimits(parcel) && parcel.WriteFloat(brightness_) && in Marshalling()
1161 brightness_ = property->brightness_; in CopyFrom()
1220 return parcel.WriteFloat(brightness_); in WriteActionUpdateSetBrightness()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h184 float brightness_ = UNDEFINED_BRIGHTNESS; member in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h296 float brightness_ = UNDEFINED_BRIGHTNESS; member in OHOS::Rosen::WindowSessionProperty
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3357 brightness_ = brightness; in SetBrightness()
3365 return brightness_; in GetBrightness()
3508 if (!grayScale_ && !brightness_ && !contrast_ && !saturate_ && !sepia_ && !invert_ && !hueRotate_ && !colorBlend_) { in GenerateColorFilter()
3527 if (brightness_.has_value() && !NearEqual(*brightness_, 1.0)) { in GenerateColorFilter()
3528 auto brightness = brightness_.value(); in GenerateColorFilter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h683 std::optional<float> brightness_; member in OHOS::Rosen::final
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1323 parcel.WriteFloat(material->brightness_) && in Marshalling()

Completed in 21 milliseconds