Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp144 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(4); // 4: index of parameter left in SetCalendarPickerPadding() local
145 …if (leftArg->IsUndefined() && rightArg->IsUndefined() && topArg->IsUndefined() && bottomArg->IsUnd… in SetCalendarPickerPadding()
162 ParseCalendarPickerPadding(vm, leftArg, leftDim, left); in SetCalendarPickerPadding()
186 …Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(5); // 5: index of parameter left col… in SetCalendarPickerBorder() local
200 …if (leftArg->IsUndefined() && rightArg->IsUndefined() && topArg->IsUndefined() && bottomArg->IsUnd… in SetCalendarPickerBorder()
H A Darkts_native_side_bar_container_bridge.cpp100 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetControlButton() local
109 if (leftArg->IsNumber() && leftArg->ToNumber(vm)->Value() >= 0) { in SetControlButton()
110 values[NUM_0] = leftArg->ToNumber(vm)->Value(); in SetControlButton()
H A Darkts_native_radio_bridge.cpp259 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(4); //4 is left arguments in SetRadioPadding() local
274 ArkTSUtils::ParsePadding(vm, leftArg, leftDimen, left); in SetRadioPadding()
H A Darkts_utils.cpp1659 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderColor() local
1670 if (!leftArg->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, leftArg, left)) { in ParseOuterBorderColor()
1761 auto leftArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderStyle() local
1772 if (!leftArg->IsUndefined() && leftArg->IsNumber()) { in ParseOuterBorderStyle()
1773 styleLeft = ConvertBorderStyle(leftArg->Int32Value(vm)); in ParseOuterBorderStyle()
H A Darkts_native_swiper_bridge.cpp626 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(DOT_INDICATOR_LEFT); in GetSwiperDotIndicator() local
653 std::string left = GetStringByValueRef(vm, leftArg); in GetSwiperDotIndicator()
674 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(DIGIT_INDICATOR_LEFT); in GetSwiperDigitIndicator() local
693 std::string left = GetStringByValueRef(vm, leftArg); in GetSwiperDigitIndicator()
H A Darkts_native_text_area_bridge.cpp1615 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetBorderColor() local
1626 if (!ArkTSUtils::ParseJsColorAlpha(vm, leftArg, leftColor)) { in SetBorderColor()
1663 auto leftArg = runtimeCallInfo->GetCallArgRef(NUM_6); in SetBorderStyle() local
1687 if (leftArg->IsInt()) { in SetBorderStyle()
1688 styles[NUM_3] = leftArg->Int32Value(vm); in SetBorderStyle()
H A Darkts_native_common_bridge.cpp972 if (!leftArg->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, leftArg, left)) { in ParseOuterBorderColor()
1091 auto leftArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderStyle() local
1102 if (!leftArg->IsUndefined() && leftArg->IsNumber()) { in ParseOuterBorderStyle()
1103 styleLeft = ConvertBorderStyle(leftArg->Int32Value(vm)); in ParseOuterBorderStyle()
1854 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(NUM_4); in SetBorderColor() local
1873 if (!ArkTSUtils::ParseJsColorAlpha(vm, leftArg, leftColor)) { in SetBorderColor()
2026 auto leftArg = runtimeCallInfo->GetCallArgRef(NUM_6); in SetBorderStyle() local
2050 if (leftArg->IsInt()) { in SetBorderStyle()
2051 styles[NUM_3] = leftArg->Int32Value(vm); in SetBorderStyle()
3496 auto leftArg = runtimeCallInfo->GetCallArgRef(NUM_4); in SetPixelStretchEffect() local
[all …]