Home
last modified time | relevance | path

Searched refs:colHeight (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3759 LayoutUnit colHeight = colInfo->columnHeight(); in adjustRectForColumns() local
3760 if (!colHeight) in adjustRectForColumns()
3764 …t>(isHorizontal ? r.maxY() : r.maxX(), beforeBorderPadding + colCount * colHeight), beforeBorderPa… in adjustRectForColumns()
3767 unsigned startColumn = (startOffset - beforeBorderPadding) / colHeight; in adjustRectForColumns()
3768 unsigned endColumn = (endOffset - beforeBorderPadding) / colHeight; in adjustRectForColumns()
3779 … repaintRect.move(colRect.x() - logicalLeftOffset, - static_cast<int>(startColumn) * colHeight); in adjustRectForColumns()
3781 … repaintRect.move(- static_cast<int>(startColumn) * colHeight, colRect.y() - logicalLeftOffset); in adjustRectForColumns()
3784 repaintRect.move(0, colRect.y() - startColumn * colHeight - beforeBorderPadding); in adjustRectForColumns()
3786 repaintRect.move(colRect.x() - startColumn * colHeight - beforeBorderPadding, 0); in adjustRectForColumns()