Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3469 …ArkUI_Float32 brightnessArg, ArkUI_Uint32 colorArg, ArkUI_Int32 adaptiveColorArg, const ArkUI_Floa… in SetBackgroundEffect() argument
3484 option.brightness = brightnessArg; in SetBackgroundEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5023 …Local<JSValueRef> brightnessArg = runtimeCallInfo->GetCallArgRef(3); // 3:index of parameter br… in SetBackgroundEffect() local
5037 if (brightnessArg->IsNumber()) { in SetBackgroundEffect()
5038 brightness = brightnessArg->ToNumber(vm)->Value(); in SetBackgroundEffect()