Home | History | Annotate | Download | only in web

Lines Matching refs:pageWidth

342         const float pageWidth = pageSizeInPixels.width();
348 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
357 graphicsContext.drawLine(IntPoint(0, currentHeight), IntPoint(pageWidth, currentHeight));