Searched refs:inlineDirectionStart (Results 1 – 1 of 1) sorted by relevance
122 int inlineDirectionStart; in computePageRectsWithPageSizeInternal() local134 … inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX(); in computePageRectsWithPageSizeInternal()144 … inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY(); in computePageRectsWithPageSizeInternal()154 for (int currentInlinePosition = inlineDirectionStart; in computePageRectsWithPageSizeInternal()155 …inlineDirectionEnd > inlineDirectionStart ? currentInlinePosition < inlineDirectionEnd : currentIn… in computePageRectsWithPageSizeInternal()156 …currentInlinePosition += (inlineDirectionEnd > inlineDirectionStart ? pageLogicalWidth : -pageLogi… in computePageRectsWithPageSizeInternal()157 …int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? currentInlinePosition : currentI… in computePageRectsWithPageSizeInternal()164 …int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? inlineDirectionStart : inlineDir… in computePageRectsWithPageSizeInternal()