Searched refs:MustStretch (Results 1 – 4 of 4) sorted by relevance
92 bool MustStretch() const in MustStretch() function
769 if (flexItem->MustStretch()) { in LayoutFlexItem()793 …bool canItemStretch = flexItem->MustStretch() || ((GetSelfAlign(flexItem) == FlexAlign::STRETCH) && in RedoLayoutFlexItem()798 …flexItem->MustStretch() || ((GetSelfAlign(flexItem) == FlexAlign::STRETCH) && (flexItem->GetStretc… in RedoLayoutFlexItem()811 flexItem->MustStretch() || !useOldLayoutVersion_); in RedoLayoutFlexItem()812 if (flexItem->MustStretch()) { in RedoLayoutFlexItem()
143 bool MustStretch() const in MustStretch() function
48 mustStretch_ = flexItem->MustStretch(); in Update()