Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp98 float GetMainAxisSizeHelper(const SizeF& size, FlexDirection direction) in GetMainAxisSizeHelper() function
157 …childMainAxisMargin = GetMainAxisSizeHelper(child->GetGeometryNode()->GetMargin()->Size(), directi… in GetMainAxisMargin()
168 … return GetMainAxisSizeHelper(layoutWrapper->GetGeometryNode()->GetMarginFrameSize(), direction_); in GetChildMainAxisSize()
405 if (GetMainAxisSizeHelper(childConstraint.minSize, direction_) > childCalcSize) { in MeasureAndCleanMagicNodes()
879 mainAxisSize_ = GetMainAxisSizeHelper(realSize, direction_); in Measure()
961 auto mainAxisSizeMin = GetMainAxisSizeHelper(layoutConstraint->minSize, direction_); in Measure()
962 auto mainAxisSizeMax = GetMainAxisSizeHelper(layoutConstraint->maxSize, direction_); in Measure()
1036 mainAxisSize_ = GetMainAxisSizeHelper(contentSize, direction_); in Layout()