Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.h146 void PostMeasureSelf(float selfCrossLen);
181 …void LayoutSection(size_t idx, const OffsetF& paddingOffset, float selfCrossLen, bool reverse, boo…
H A Dwater_flow_layout_sw.cpp702 size_t idx, const OffsetF& paddingOffset, float selfCrossLen, bool reverse, bool rtl) in LayoutSection() argument
707 …float crossPos = rtl ? selfCrossLen + crossGaps_[idx] - MarginEnd(axis_, margin) : MarginStart(axi… in LayoutSection()
761 void WaterFlowLayoutSW::PostMeasureSelf(float selfCrossLen) in PostMeasureSelf() argument
764 …zeF selfSize = (axis_ == Axis::VERTICAL) ? SizeF(selfCrossLen, mainLen_) : SizeF(mainLen_, selfCro… in PostMeasureSelf()