Home
last modified time | relevance | path

Searched defs:frontSpace (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp1040 float frontSpace = 0.0f; in Layout() local
1052 void FlexLayoutAlgorithm::CalculateSpace(float remainSpace, float& frontSpace, float& betweenSpace)… in CalculateSpace()
1085 … LayoutWrapper* layoutWrapper, float frontSpace, float betweenSpace, const OffsetF& paddingOffset) in PlaceChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp654 double frontSpace = 0.0; in DetermineItemsPosition() local
662 void RenderFlex::CalculateSpace(double remainSpace, double& frontSpace, double& betweenSpace) const in CalculateSpace()
694 void RenderFlex::PlaceChildren(double frontSpace, double betweenSpace, const BaselineProperties& ba… in PlaceChildren()