Home | History | Annotate | Download | only in page

Lines Matching defs:pageHeight

74     float pageHeight = pageSize.height();
76 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
77 pageHeight -= headerHeight + footerHeight;
79 if (pageHeight <= 0) {
80 WTF_LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
84 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
103 int pageHeight = pageSizeInPixels.height();
108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
109 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
344 float pageHeight;
345 printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);