Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h126 RSDynamicBrightnessPara(float rate, float lightUpDegree, float cubicCoeff, float quadCoeff, in RSDynamicBrightnessPara()
132 rates_ = Vector4f(cubicCoeff, quadCoeff, rate, lightUpDegree); in RSDynamicBrightnessPara()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h186 double quadCoeff { 0.0f };
194 NearEqual(cubicCoeff, other.cubicCoeff) && NearEqual(quadCoeff, other.quadCoeff) &&
208 jsonBrightnessOption->Put("quadCoeff", quadCoeff); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts2701 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
2707 ….cubicCoeff === this.stageValue.cubicCoeff && this.value.quadCoeff === this.stageValue.quadCoeff &&
2723 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
2729 ….cubicCoeff === this.stageValue.cubicCoeff && this.value.quadCoeff === this.stageValue.quadCoeff &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3529 ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, in SetBackgroundBrightnessInternal() argument
3538 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in SetBackgroundBrightnessInternal()
3551 float quadCoeff = 0.0f; in ResetBackgroundBrightnessInternal() local
3556 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in ResetBackgroundBrightnessInternal()
3562 ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, in SetForegroundBrightness() argument
3571 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in SetForegroundBrightness()
3584 float quadCoeff = 0.0f; in ResetForegroundBrightness() local
3589 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in ResetForegroundBrightness()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1297 …I_Float32& rate, ArkUI_Float32& lightUpDegree, ArkUI_Float32& cubicCoeff, ArkUI_Float32& quadCoeff, in ParseDynamicBrightnessOption() argument
1318 quadCoeff = quadCoeffArg->ToNumber(vm)->Value(); in ParseDynamicBrightnessOption()
5112 ArkUI_Float32 quadCoeff = 0.0f; in SetBackgroundBrightnessInternal() local
5118 cubicCoeff, quadCoeff, saturation, posRGB, negRGB, fraction); in SetBackgroundBrightnessInternal()
5120 nativeNode, rate, lightUpDegree, cubicCoeff, quadCoeff, saturation, in SetBackgroundBrightnessInternal()
5144 ArkUI_Float32 quadCoeff = 0.0f; in SetForegroundBrightness() local
5150 cubicCoeff, quadCoeff, saturation, posRGB, negRGB, fraction); in SetForegroundBrightness()
5152 nativeNode, rate, lightUpDegree, cubicCoeff, quadCoeff, saturation, in SetForegroundBrightness()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h249 …ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* …
254 …ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4436 brightnessOption->quadCoeff,
4457 brightnessOption->quadCoeff,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1745 …ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* …
1750 …ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2926 double quadCoeff = 0.0f; in ParseBrightnessOption() local
2928 quadCoeff = jsOption->GetProperty("quadCoeff")->ToNumber<double>(); in ParseBrightnessOption()
2959 …brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, saturation, posRGB, negRGB, fract… in ParseBrightnessOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js2524 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
2529 ….cubicCoeff === this.stageValue.cubicCoeff && this.value.quadCoeff === this.stageValue.quadCoeff &&
2545 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
2550 ….cubicCoeff === this.stageValue.cubicCoeff && this.value.quadCoeff === this.stageValue.quadCoeff &&