Searched refs:currPageHeight (Results 1 – 1 of 1) sorted by relevance
89 float currPageHeight = pageHeight / userScaleFactor; in computePageRectsForFrame() local100 currPageHeight = max(1.0f, proposedBottom - printedPagesHeight); in computePageRectsForFrame()102 pages.append(IntRect(0, printedPagesHeight, currPageWidth, currPageHeight)); in computePageRectsForFrame()103 printedPagesHeight += currPageHeight; in computePageRectsForFrame()