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 D | arkts_native_calendar_picker_bridge.cpp | 144 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 D | arkts_native_side_bar_container_bridge.cpp | 100 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 D | arkts_native_radio_bridge.cpp | 259 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(4); //4 is left arguments in SetRadioPadding() local 274 ArkTSUtils::ParsePadding(vm, leftArg, leftDimen, left); in SetRadioPadding()
|
H A D | arkts_utils.cpp | 1659 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 D | arkts_native_swiper_bridge.cpp | 626 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 D | arkts_native_text_area_bridge.cpp | 1615 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 D | arkts_native_common_bridge.cpp | 972 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 …]
|