Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h28 inline float GET_PADDING_PROPERTY_VALUE_PX(const std::optional<CalcLength>& value) in GET_PADDING_PROPERTY_VALUE_PX() function
71 swiperPaddingLeft = GET_PADDING_PROPERTY_VALUE_PX(swiperPaddingProperty->left); in CalcIndicatrFrameOffSet()
72 swiperPaddingRight = GET_PADDING_PROPERTY_VALUE_PX(swiperPaddingProperty->right); in CalcIndicatrFrameOffSet()
73 swiperPaddingTop = GET_PADDING_PROPERTY_VALUE_PX(swiperPaddingProperty->top); in CalcIndicatrFrameOffSet()
74 swiperPaddingBottom = GET_PADDING_PROPERTY_VALUE_PX(swiperPaddingProperty->bottom); in CalcIndicatrFrameOffSet()