Home | History | Annotate | Download | only in rendering

Lines Matching refs:startColumn

3448     unsigned startColumn = (startOffset - beforeBorderPadding) / colHeight;
3451 if (startColumn == endColumn) {
3455 LayoutRect colRect = columnRectAt(colInfo, startColumn);
3460 repaintRect.move(colRect.x() - logicalLeftOffset, - static_cast<int>(startColumn) * colHeight);
3462 repaintRect.move(- static_cast<int>(startColumn) * colHeight, colRect.y() - logicalLeftOffset);
3465 repaintRect.move(0, colRect.y() - startColumn * colHeight - beforeBorderPadding);
3467 repaintRect.move(colRect.x() - startColumn * colHeight - beforeBorderPadding, 0);
3474 result.unite(columnRectAt(colInfo, startColumn));