Home
last modified time | relevance | path

Searched defs:radiusArg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.cpp599 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetPopupItemBorderRadius() local
631 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetItemBorderRadius() local
H A Darkts_native_gauge_bridge.cpp367 auto radiusArg = runtimeCallInfo->GetCallArgRef(2); in SetGaugeTrackShadow() local
H A Darkts_native_span_bridge.cpp72 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(NUM_1); in ParseTextShadow() local
H A Darkts_native_text_bridge.cpp617 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetTextShadow() local
H A Darkts_native_common_bridge.cpp2074 auto radiusArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetShadow() local
2618 auto radiusArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetRadialGradient() local
3743 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetMotionBlur() local
4959 Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(1); in SetForegroundEffect() local
5021 …Local<JSValueRef> radiusArg = runtimeCallInfo->GetCallArgRef(1); // 1:index of parameter ra… in SetBackgroundEffect() local
/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()