Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h27 float totalShrink = 0.0f; member
H A Dflex_layout_algorithm.cpp597 flexItemProperties.totalShrink += in UpdateFlexProperties()
679 flexItemProperties.totalShrink -= in SecondaryMeasureByProperty()
691 flexItemProperties.totalShrink -= shrinkSize; in SecondaryMeasureByProperty()
770 …spacePerFlex = NearZero(flexItemProperties.totalShrink) ? 0.0f : remainSpace / flexItemProperties. in CheckIsGrowOrShrink()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h29 double totalShrink = 0.0; member
H A Drender_flex.cpp601 …spacePerFlex = NearZero(flexItemProps.totalShrink) ? 0.0 : remainSpace / flexItemProps.totalShrink; in ResizeItems()
786 flexItemProperties.totalShrink += itemShrink * GetMainSize(flexItem); in LayoutFlexItem()