Searched refs:topToBottom (Results 1 – 1 of 1) sorted by relevance
2015 … bool topToBottom = !style()->isFlippedBlocksWritingMode() ^ colInfo->progressionIsReversed(); in paintColumnRules() local2026 if (!topToBottom) { in paintColumnRules()2036 ? topToBottom ? BSTop : BSBottom in paintColumnRules()2037 : topToBottom ? BSLeft : BSRight; in paintColumnRules()2039 …LayoutSize step(0, topToBottom ? colInfo->columnHeight() + colGap : -(colInfo->columnHeight() + co… in paintColumnRules()