Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp339 LayoutUnit colGap = columnGap(); in columnRectAt() local
341 colLogicalLeft += index * (colLogicalWidth + colGap); in columnRectAt()
343 … colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap); in columnRectAt()
380 …flowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const in flowThreadPortionOverflowRect()
405 overflowRect.shiftXEdgeTo(portionRect.x() - colGap / 2); in flowThreadPortionOverflowRect()
407 overflowRect.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2); in flowThreadPortionOverflowRect()
410 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2); in flowThreadPortionOverflowRect()
412 overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2); in flowThreadPortionOverflowRect()
445 LayoutUnit colGap = columnGap(); in paintColumnRules() local
468 ruleLogicalLeft += inlineDirectionSize + colGap / 2; in paintColumnRules()
[all …]
DRenderBlock.cpp1788 LayoutUnit colGap = columnGap(); in paintColumnRules() local
1811 ruleLogicalLeft += inlineDirectionSize + colGap / 2; in paintColumnRules()
1812 currLogicalLeftOffset += inlineDirectionSize + colGap; in paintColumnRules()
1814 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2); in paintColumnRules()
1815 currLogicalLeftOffset -= (inlineDirectionSize + colGap); in paintColumnRules()
1834 : colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore(); in paintColumnRules()
1837 ? colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore() in paintColumnRules()
1855 …utSize step(0, topToBottom ? colInfo->columnHeight() + colGap : -(colInfo->columnHeight() + colGap in paintColumnRules()
1876 LayoutUnit colGap = columnGap(); in paintColumnContents() local
1899 clipRect.expand(colGap / 2, 0); in paintColumnContents()
[all …]
DRenderMultiColumnSet.h142 …t(const LayoutRect& flowThreadPortion, unsigned index, unsigned colCount, LayoutUnit colGap) const;