Home | History | Annotate | Download | only in rendering

Lines Matching refs:rawValue

206                         (cRowHeight.isPercent() && cRowHeight.rawValue() < height.rawValue()))
523 totalPercent += m_grid[r].height.rawValue();
532 int toAdd = min(dh, (totalHeight * m_grid[r].height.rawValue() / (100 * percentScaleFactor)) - rh);
538 totalPercent -= m_grid[r].height.rawValue();