Home
last modified time | relevance | path

Searched refs:saturationArg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1304 Local<JSValueRef> saturationArg = runtimeCallInfo->GetCallArgRef(5); in ParseDynamicBrightnessOption() local
1320 if (saturationArg->IsNumber()) { in ParseDynamicBrightnessOption()
1321 saturation = saturationArg->ToNumber(vm)->Value(); in ParseDynamicBrightnessOption()
5022 …Local<JSValueRef> saturationArg = runtimeCallInfo->GetCallArgRef(2); // 2:index of parameter sa… in SetBackgroundEffect() local
5032 if (saturationArg->IsNumber()) { in SetBackgroundEffect()
5033 saturation = saturationArg->ToNumber(vm)->Value(); in SetBackgroundEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3468 void SetBackgroundEffect(ArkUINodeHandle node, ArkUI_Float32 radiusArg, ArkUI_Float32 saturationArg, in SetBackgroundEffect() argument
3483 option.saturation = saturationArg; in SetBackgroundEffect()