/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 126 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 D | decoration.h | 186 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 D | ArkComponent.ts | 2701 …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 D | node_common_modifier.cpp | 3529 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 D | arkts_native_common_bridge.cpp | 1297 …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 D | cjui_api.h | 249 …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 D | rosen_render_context.cpp | 4436 brightnessOption->quadCoeff, 4457 brightnessOption->quadCoeff,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1745 …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 D | js_view_abstract.cpp | 2926 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 D | arkComponent.js | 2524 …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 &&
|