Searched refs:m_rowPos (Results 1 – 2 of 2) sorted by relevance
290 …spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingF… in populateSpanningRowsHeightFromCell()309 const int tableHeight = m_rowPos[m_grid.size()] + extraRowSpanningHeight; in distributeExtraRowSpanHeightToPercentRows()327 m_rowPos[row + 1] += accumulatedPositionIncrease; in distributeExtraRowSpanHeightToPercentRows()357 m_rowPos[row + 1] += accumulatedPositionIncrease; in distributeExtraRowSpanHeightToAutoRows()391 m_rowPos[row + 1] += accumulatedPositionIncrease; in distributeExtraRowSpanHeightToRemainingRows()442 totalRowSpanCellHeight += m_rowPos[actualRow + 1] - m_rowPos[actualRow]; in isHeightNeededForRowHavingOnlySpanningCells()490 m_rowPos[actualRow + 1] += accumulatedPositionIncrease; in updateRowsHeightHavingOnlySpanningCells()525 int originalBeforePosition = m_rowPos[spanningCellEndIndex]; in distributeRowSpanHeightToRows()535 m_rowPos[row] += extraHeightToPropagate; in distributeRowSpanHeightToRows()549 extraHeightToPropagate = m_rowPos[rowIndex + rowSpan] - originalBeforePosition; in distributeRowSpanHeightToRows()[all …]
285 Vector<int> m_rowPos; variable