Lines Matching refs:ch
355 int ch = m_grid[r].height.calcMinValue(0);
356 int pos = m_rowPos[r] + ch + (m_grid[r].rowRenderer ? spacing : 0);
390 ch = cell->style()->height().calcValue(0) +
393 ch = max(ch, adjustedHeight);
395 pos = m_rowPos[indx] + ch + (m_grid[r].rowRenderer ? spacing : 0);
405 bdesc = max(bdesc, m_rowPos[indx] + ch - (b - cell->intrinsicPaddingTop()));