Searched refs:totalRowSpanCellHeight (Results 1 – 1 of 1) sorted by relevance
501 int totalRowSpanCellHeight = 0; in isHeightNeededForRowHavingOnlySpanningCells() local505 totalRowSpanCellHeight += m_rowPos[actualRow + 1] - m_rowPos[actualRow]; in isHeightNeededForRowHavingOnlySpanningCells()507 totalRowSpanCellHeight -= borderSpacingForRow(rowIndex + rowSpan - 1); in isHeightNeededForRowHavingOnlySpanningCells()509 if (totalRowSpanCellHeight < cell->logicalHeightForRowSizing()) in isHeightNeededForRowHavingOnlySpanningCells()