Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_menu_bridge.cpp28 ArkUIMenuDividerOptions BuildMenuDividerOptions(EcmaVM* vm, Local<JSValueRef> strokeWidthArg, in BuildMenuDividerOptions() argument
36 if (!ArkTSUtils::ParseJsLengthMetrics(vm, strokeWidthArg, strokeWidth)) { in BuildMenuDividerOptions()
74 Local<JSValueRef> strokeWidthArg = runtimeCallInfo->GetCallArgRef(ARG_INDEX_1); in SetMenuDivider() local
79 if (strokeWidthArg->IsUndefined() && colorArg->IsUndefined() && startMarginArg->IsUndefined() in SetMenuDivider()
88 auto dividerOptions = BuildMenuDividerOptions(vm, strokeWidthArg, colorArg, startMarginArg, in SetMenuDivider()
H A Darkts_native_divider_bridge.cpp28 Local<JSValueRef> strokeWidthArg = runtimeCallInfo->GetCallArgRef(1); in SetStrokeWidth() local
31 if (ArkTSUtils::ParseJsDimensionVpNG(vm, strokeWidthArg, strokeWidth, false) && in SetStrokeWidth()
H A Darkts_native_progress_bridge.cpp200 Local<JSValueRef> strokeWidthArg = runtimeCallInfo->GetCallArgRef(index); in ParseStrokeWidth() local
204 if (strokeWidthArg->IsString(vm)) { in ParseStrokeWidth()
205 const std::string& value = strokeWidthArg->ToString(vm)->ToString(vm); in ParseStrokeWidth()
208 ArkTSUtils::ParseJsDimension(vm, strokeWidthArg, strokeWidth, DimensionUnit::VP, false); in ParseStrokeWidth()
H A Darkts_native_side_bar_container_bridge.cpp336 Local<JSValueRef> strokeWidthArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetDivider() local
346 if (ArkTSUtils::ParseJsDimensionNG(vm, strokeWidthArg, strokeWidth, DimensionUnit::VP, true) && in SetDivider()