Home
last modified time | relevance | path

Searched refs:bottomArg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp143 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(3); // 3: index of parameter bottom in SetCalendarPickerPadding() local
145 …if (leftArg->IsUndefined() && rightArg->IsUndefined() && topArg->IsUndefined() && bottomArg->IsUnd… in SetCalendarPickerPadding()
161 ParseCalendarPickerPadding(vm, bottomArg, bottomDim, bottom); in SetCalendarPickerPadding()
189 …Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(8); // 8: index of parameter bottom c… in SetCalendarPickerBorder() local
200 …if (leftArg->IsUndefined() && rightArg->IsUndefined() && topArg->IsUndefined() && bottomArg->IsUnd… in SetCalendarPickerBorder()
H A Darkts_native_radio_bridge.cpp258 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(3); //3 is bottom arguments in SetRadioPadding() local
273 ArkTSUtils::ParsePadding(vm, bottomArg, bottomDimen, bottom); in SetRadioPadding()
H A Darkts_utils.cpp1662 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderColor() local
1682 if (!bottomArg->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, bottomArg, bottom)) { in ParseOuterBorderColor()
1760 auto bottomArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderStyle() local
1769 if (!bottomArg->IsUndefined() && bottomArg->IsNumber()) { in ParseOuterBorderStyle()
1770 styleBottom = ConvertBorderStyle(bottomArg->Int32Value(vm)); in ParseOuterBorderStyle()
H A Darkts_native_swiper_bridge.cpp629 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(DOT_INDICATOR_BOTTOM); in GetSwiperDotIndicator() local
656 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDotIndicator()
677 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(DIGIT_INDICATOR_BOTTOM); in GetSwiperDigitIndicator() local
696 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDigitIndicator()
H A Darkts_native_common_bridge.cpp984 if (!bottomArg->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, bottomArg, bottom)) { in ParseOuterBorderColor()
1099 if (!bottomArg->IsUndefined() && bottomArg->IsNumber()) { in ParseOuterBorderStyle()
1100 styleBottom = ConvertBorderStyle(bottomArg->Int32Value(vm)); in ParseOuterBorderStyle()
2025 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderStyle() local
2047 if (bottomArg->IsInt()) { in SetBorderStyle()
2048 styles[NUM_2] = bottomArg->Int32Value(vm); in SetBorderStyle()
3495 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetPixelStretchEffect() local
3505 ArkTSUtils::ParseJsDimensionVp(vm, bottomArg, bottom); in SetPixelStretchEffect()
8079 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_4); in SetPixelRound() local
8094 if (bottomArg->IsInt()) { in SetPixelRound()
[all …]
H A Darkts_native_text_area_bridge.cpp1618 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(NUM_4); in SetBorderColor() local
1635 if (!ArkTSUtils::ParseJsColorAlpha(vm, bottomArg, bottomColor)) { in SetBorderColor()
1662 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderStyle() local
1684 if (bottomArg->IsInt()) { in SetBorderStyle()
1685 styles[NUM_2] = bottomArg->Int32Value(vm); in SetBorderStyle()