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()986 if (cell->logicalHeight() > rHeight) in layoutRows()987 …tIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, cell->logicalHeight() - rHeight); in layoutRows()988 cell->setLogicalHeight(rHeight); in layoutRows()