Searched refs:ruleLogicalLeft (Results 1 – 2 of 2) sorted by relevance
348 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : contentLogicalWidth(); in paintColumnRules() local357 ruleLogicalLeft += inlineDirectionSize + colGap / 2; in paintColumnRules()360 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2); in paintColumnRules()366 …LayoutUnit ruleLeft = isHorizontalWritingMode() ? paintOffset.x() + ruleLogicalLeft - ruleThicknes… in paintColumnRules()368 …) ? paintOffset.y() + borderTop() + paddingTop() : paintOffset.y() + ruleLogicalLeft - ruleThickne… in paintColumnRules()374 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()
1986 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : contentLogicalWidth(); in paintColumnRules() local1995 ruleLogicalLeft += inlineDirectionSize + colGap / 2; in paintColumnRules()1998 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2); in paintColumnRules()2004 …LayoutUnit ruleLeft = isHorizontalWritingMode() ? paintOffset.x() + ruleLogicalLeft - ruleThicknes… in paintColumnRules()2006 …) ? paintOffset.y() + borderTop() + paddingTop() : paintOffset.y() + ruleLogicalLeft - ruleThickne… in paintColumnRules()2012 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()