Searched defs:crossStart (Results 1 – 3 of 3) sorted by relevance
143 int32_t crossStart = -1; in GetCrossStartAndSpan() local199 auto crossStart = sum % crossCount; in InitIrregularItemsPosition() local244 auto crossStart = sum % crossCount; in GetCrossStartAndSpanWithUserFunction() local
1043 auto crossStart = axis_ == Axis::VERTICAL ? currentItemColStart_ : currentItemRowStart_; in MeasureExistingLine() local1257 auto crossStart = axis_ == Axis::VERTICAL ? currentItemColStart_ : currentItemRowStart_; in FillNewLineForward() local1520 … const RefPtr<GridLayoutProperty>& gridLayoutProperty, int32_t crossStart, int32_t crossSpan) const in CreateChildConstraint()1587 auto crossStart = axis_ == Axis::VERTICAL ? currentItemColStart_ : currentItemRowStart_; in MeasureNewChild() local1628 …lLayoutAlgorithm::MeasureChildPlaced(const SizeF& frameSize, int32_t itemIndex, int32_t crossStart, in MeasureChildPlaced()1678 const RefPtr<LayoutWrapper>& childLayoutWrapper, int32_t crossStart, int32_t crossSpan) in MeasureChild()1964 auto crossStart = axis_ == Axis::VERTICAL ? currentItemColStart_ : currentItemRowStart_; in MeasureCachedChild() local2023 int32_t crossStart = itemProp.GetCrossStart(axis); in GenerateCacheItemConstraint() local
37 int32_t crossStart = -1; member