Searched refs:rHeight (Results 1 – 1 of 1) sorted by relevance
460 int rHeight = vspacing; in setCellLogicalWidths() local483 cell->setY(rHeight); in setCellLogicalWidths()486 cell->setY(rHeight); in setCellLogicalWidths()497 rHeight += cell->height() + vspacing; in setCellLogicalWidths()501 setHeight(rHeight); in setCellLogicalWidths()506 int rHeight; in setCellLogicalWidths() local597 rHeight = m_rowPos[rindx + cell->rowSpan()] - m_rowPos[rindx] - vspacing; in setCellLogicalWidths()614 … || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight()); in setCellLogicalWidths()651 cell->setOverrideSizeFromRowHeight(rHeight); in setCellLogicalWidths()682 intrinsicPaddingBefore = (rHeight - logicalHeightWithoutIntrinsicPadding) / 2; in setCellLogicalWidths()[all …]