Home | History | Annotate | Download | only in rendering

Lines Matching refs:colGap

339     LayoutUnit colGap = columnGap();
341 colLogicalLeft += index * (colLogicalWidth + colGap);
343 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
380 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const
405 overflowRect.shiftXEdgeTo(portionRect.x() - colGap / 2);
407 overflowRect.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2);
410 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2);
412 overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2);
445 LayoutUnit colGap = columnGap();
468 ruleLogicalLeft += inlineDirectionSize + colGap / 2;
469 currLogicalLeftOffset += inlineDirectionSize + colGap;
471 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2);
472 currLogicalLeftOffset -= (inlineDirectionSize + colGap);
511 LayoutUnit colGap = columnGap();
520 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);
566 LayoutUnit colGap = columnGap();
574 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);
585 LayoutUnit inlineOffset = i * (colLogicalWidth + colGap);