Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp89 float currPageHeight = pageHeight / userScaleFactor; in computePageRectsForFrame() local
100 currPageHeight = max(1.0f, proposedBottom - printedPagesHeight); in computePageRectsForFrame()
102 pages.append(IntRect(0, printedPagesHeight, currPageWidth, currPageHeight)); in computePageRectsForFrame()
103 printedPagesHeight += currPageHeight; in computePageRectsForFrame()