Home
last modified time | relevance | path

Searched defs:adaptiveColorArg (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_common_bridge.cpp2754 auto adaptiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetForegroundBlurStyle() local
2849 auto adaptiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetBackgroundBlurStyle() local
4897 …Local<JSValueRef> adaptiveColorArg = runtimeCallInfo->GetCallArgRef(5); // 5:index of parameter ad… in SetBackgroundEffect() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp3459 …ArkUI_Float32 brightnessArg, ArkUI_Uint32 colorArg, ArkUI_Int32 adaptiveColorArg, const ArkUI_Floa… in SetBackgroundEffect()