Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2758 auto colorModeArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetForegroundBlurStyle() local
2767 …bool isHasOptions = !(colorModeArg->IsUndefined() && adaptiveColorArg->IsUndefined() && scaleArg->… in SetForegroundBlurStyle()
2774 ParseJsInt32(vm, colorModeArg, colorMode); in SetForegroundBlurStyle()
2875 auto colorModeArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetBackgroundBlurStyle() local
2884 …bool isHasOptions = !(colorModeArg->IsUndefined() && adaptiveColorArg->IsUndefined() && scaleArg->… in SetBackgroundBlurStyle()
2892 ParseJsInt32(vm, colorModeArg, colorMode); in SetBackgroundBlurStyle()