Searched refs:currLogicalLeftOffset (Results 1 – 4 of 4) sorted by relevance
56 …LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderMultiColumnSet.contentLogi… in paintColumnRules() local68 currLogicalLeftOffset += inlineDirectionSize + colGap; in paintColumnRules()71 currLogicalLeftOffset -= (inlineDirectionSize + colGap); in paintColumnRules()84 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()
279 …LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderBlock.contentLogicalWidth(… in paintColumnRules() local291 currLogicalLeftOffset += inlineDirectionSize + colGap; in paintColumnRules()294 currLogicalLeftOffset -= (inlineDirectionSize + colGap); in paintColumnRules()307 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()
2894 LayoutUnit currLogicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - logicalLeft; in hitTestChildLayerColumns() local2904 offset = LayoutSize(currLogicalLeftOffset, currLogicalTopOffset); in hitTestChildLayerColumns()2909 offset = LayoutSize(currLogicalTopOffset, currLogicalLeftOffset); in hitTestChildLayerColumns()
2491 …LayoutUnit currLogicalLeftOffset = (m_isHorizontal ? m_colRect.x() : m_colRect.y()) - m_logicalLef… in adjust() local2492 …Horizontal ? LayoutSize(currLogicalLeftOffset, m_currLogicalTopOffset) : LayoutSize(m_currLogicalT… in adjust()