Home | History | Annotate | Download | only in web

Lines Matching refs:totalHeight

344         int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
348 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));