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 D | arkts_native_calendar_picker_bridge.cpp | 143 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 D | arkts_native_radio_bridge.cpp | 258 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(3); //3 is bottom arguments in SetRadioPadding() local 273 ArkTSUtils::ParsePadding(vm, bottomArg, bottomDimen, bottom); in SetRadioPadding()
|
H A D | arkts_utils.cpp | 1662 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 D | arkts_native_swiper_bridge.cpp | 629 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 D | arkts_native_common_bridge.cpp | 984 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 D | arkts_native_text_area_bridge.cpp | 1618 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()
|