Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_span_bridge.cpp43 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() local
53 ArkTSUtils::ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
375 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(NUM_3); in SetBorderRadius() local
377 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetBorderRadius()
390 ArkTSUtils::ParseAllBorder(vm, bottomLeftArgs, bottomLeft); in SetBorderRadius()
H A Darkts_native_menu_bridge.cpp199 …Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(3); // 3: index of bottom left … in ParseRadius() local
202 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in ParseRadius()
233 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, bottomLeftArgs, bottomLeft, true)) { in ParseRadius()
H A Darkts_native_button_bridge.cpp543 …Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); // bottomLeft value in SetButtonBorderRadius() local
546 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetButtonBorderRadius()
559 ParseBorderRadius(vm, bottomLeftArgs, radiusBottomLeft); in SetButtonBorderRadius()
592 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(11); // 11:bottomLeft value in SetButtonBorder() local
594 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetButtonBorder()
607 ParseBorderRadius(vm, bottomLeftArgs, radiusBottomLeft); in SetButtonBorder()
H A Darkts_native_image_bridge.cpp66 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(BORDER_RADIUS_INDEX_3); in ParseOuterBorderRadius() local
76 ArkTSUtils::ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
773 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(INDEX_3); in SetBorderRadius() local
775 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetBorderRadius()
789 ArkTSUtils::ParseJsLengthMetrics(vm, bottomLeftArgs, bottomLeft) || in SetBorderRadius()
795 ArkTSUtils::ParseAllBorder(vm, bottomLeftArgs, bottomLeft); in SetBorderRadius()
H A Darkts_native_span_bridge.cpp48 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() local
58 ArkTSUtils::ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
H A Darkts_utils.cpp1697 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() local
1707 ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
1721 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() local
1731 ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
H A Darkts_native_text_area_bridge.cpp1713 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(NUM_3); in SetBorderRadius() local
1715 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetBorderRadius()
1728 ArkTSUtils::ParseAllBorder(vm, bottomLeftArgs, bottomLeft); in SetBorderRadius()
H A Darkts_native_common_bridge.cpp1026 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() local
1061 ArkTSUtils::ParseOuterBorder(vm, bottomLeftArgs, bottomLeftOptional); in ParseOuterBorderRadius()
1642 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(NUM_3); in SetBorderRadius() local
1644 … if (topLeftArgs->IsUndefined() && topRightArgs->IsUndefined() && bottomLeftArgs->IsUndefined() && in SetBorderRadius()
1660 if (bottomLeftArgs->IsObject(vm)) { in SetBorderRadius()
1661 isLengthMetrics |= ParseLocalizedBorderRadius(vm, bottomLeftArgs, bottomLeft); in SetBorderRadius()
1669 ArkTSUtils::ParseAllBorder(vm, bottomLeftArgs, bottomLeft); in SetBorderRadius()