Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp288 ResizeByItem(child, allocatedSize); in PerformLayoutInWeightMode()
361 ResizeByItem(child.node, allocatedSize); in LayoutMagicNodes()
518 ResizeByItem(item, allocatedSize); in PerformLayoutInItemMode()
829 ResizeByItem(flexItem, allocatedSize); in RedoLayoutFlexItem()
845 ResizeByItem(item, allocatedSize); in LayoutInfinityChild()
966 void RenderFlex::ResizeByItem(const RefPtr<RenderNode>& item, double& allocatedSize) in ResizeByItem() function in OHOS::Ace::RenderFlex
H A Drender_flex.h196 void ResizeByItem(const RefPtr<RenderNode>& item, double& allocatedSize);