Home
last modified time | relevance | path

Searched defs:bottomValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h178 auto bottomValue = GetValidEdgeLength(swiperHeight, indicatorHeight, bottom.value()); in CalcIndicatrOffsetY() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp158 Dimension bottomValue(bottom, static_cast<DimensionUnit>(bottomUnit)); in FfiOHOSAceFrameworkButtonSetPadding() local
H A Dcj_swiper_ffi.cpp118 Dimension bottomValue(value.bottom, static_cast<DimensionUnit>(value.bottomUnit)); in FfiOHOSAceFrameworkSwiperSetIndicatorStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp49 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetRectShape() local
108 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 12, 0.0f); in SetRoundRectShape() local
137 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetOvalShape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp446 JSRef<JSVal> bottomValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM_VALUE)); in GetDotIndicatorInfo() local
744 JSRef<JSVal> bottomValue = obj->GetProperty("bottom"); in SetIndicatorStyle() local
H A Djs_view_abstract.cpp2270 int32_t bottomValue = jsBottomValue->ToNumber<int32_t>(); in JsPixelRound() local
4759 auto bottomValue = object->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseBorderStyle() local
4798 auto bottomValue = object->GetProperty("bottom"); in ParseOuterBorderStyle() local
10434 auto bottomValue = obj->GetProperty("bottom"); in ParseBorderStyleProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp238 auto bottomValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_BOTTOM); in GetDotIndicatorInfo() local
H A Dnode_common_modifier.cpp2445 auto bottomValue = values[NUM_3]; in SetPixelStretchEffect() local