Home
last modified time | relevance | path

Searched refs:inlineDirectionStart (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
DPrintContext.cpp122 int inlineDirectionStart; in computePageRectsWithPageSizeInternal() local
134inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX(); in computePageRectsWithPageSizeInternal()
144inlineDirectionStart = 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()