Home
last modified time | relevance | path

Searched defs:mainAxisSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h84 void SetMainAxisSize(MainAxisSize mainAxisSize) in SetMainAxisSize()
H A Drender_flex.cpp525 auto mainAxisSize = mainAxisSize_; in PerformLayoutInItemMode() local
628 void RenderFlex::DetermineSelfSize(MainAxisSize mainAxisSize, bool useViewPort) in DetermineSelfSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp106 OptionalSizeF GetCalcSizeHelper(float mainAxisSize, float crossAxisSize, FlexDirection direction) in GetCalcSizeHelper()
307 float mainAxisSize = GetChildMainAxisSize(childLayoutWrapper); in UpdateAllocatedSize() local
564 auto mainAxisSize = 0.0f; in HandleBlankFirstTimeMeasure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp594 float mainAxisSize = GetChildMainAxisSize(wrapper, swiperLayoutProperty, axis); in LayoutForwardItem() local
636 float mainAxisSize = GetChildMainAxisSize(wrapper, swiperLayoutProperty, axis); in LayoutBackwardItem() local
682 … float mainAxisSize = GetMainAxisSize(childWrapper->GetGeometryNode()->GetMarginFrameSize(), axis); in GetChildMainAxisSize() local