Searched refs:rHeight (Results 1 – 1 of 1) sorted by relevance
976 int rHeight = m_rowPos[rowIndex + cell->rowSpan()] - m_rowPos[rowIndex] - vspacing; in layoutRows() local993 … || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight()); in layoutRows()1020 cell->setOverrideLogicalContentHeightFromRowHeight(rHeight); in layoutRows()1032 cell->computeIntrinsicPadding(rHeight, layouter); in layoutRows()1044 if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) { in layoutRows()1049 if (oldLogicalHeight > rHeight) in layoutRows()1050 …tIncreaseForPagination = std::max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight); in layoutRows()1051 cell->setLogicalHeight(rHeight); in layoutRows()