Home
last modified time | relevance | path

Searched defs:FlexItemProperties (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.h26 struct FlexItemProperties { struct
27 float totalShrink = 0.0f;
28 float totalGrow = 0.0f;
29 RefPtr<LayoutWrapper> lastShrinkChild;
30 RefPtr<LayoutWrapper> lastGrowChild;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h28 struct FlexItemProperties { struct
29 double totalShrink = 0.0;
30 double totalGrow = 0.0;
31 RefPtr<RenderFlexItem> lastShrinkChild;
32 RefPtr<RenderFlexItem> lastGrowChild;