Home
last modified time | relevance | path

Searched refs:startArgs (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.cpp925 …Local<JSValueRef> startArgs = runtimeCallInfo->GetCallArgRef(25); // 25: index of BorderWidth.start in ParseOuterBorderWidth() local
927 ArkTSUtils::ParseOuterBorderForDashParams(vm, startArgs, startDim); in ParseOuterBorderWidth()
988 …Local<JSValueRef> startArgs = runtimeCallInfo->GetCallArgRef(27); // 27: index of BorderColor.star… in ParseOuterBorderColor() local
991 if (!startArgs->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, startArgs, start)) { in ParseOuterBorderColor()