Searched refs:startOfRow (Results 1 – 1 of 1) sorted by relevance
1261 LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()]; in endOfRowForChild() local1263 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in endOfRowForChild()1267 return rowPosition + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()); in endOfRowForChild()1274 LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()]; in startOfRowForChild() local1277 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in startOfRowForChild()1287 …LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()] + marginBe… in centeredRowPositionForChild() local1291 return startOfRow + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()) / 2; in centeredRowPositionForChild()