Searched refs:rHeight (Results 1 – 1 of 1) sorted by relevance
914 int rHeight = m_rowPos[rowIndex + cell->rowSpan()] - m_rowPos[rowIndex] - vspacing; in layoutRows() local931 … || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight()); in layoutRows()958 cell->setOverrideLogicalContentHeightFromRowHeight(rHeight); in layoutRows()970 cell->computeIntrinsicPadding(rHeight, layouter); in layoutRows()982 if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) { in layoutRows()987 if (oldLogicalHeight > rHeight) in layoutRows()988 …HeightIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight); in layoutRows()989 cell->setLogicalHeight(rHeight); in layoutRows()