Home | History | Annotate | Download | only in Api

Lines Matching full:printcontext

64 #include "PrintContext.h"
1441 PrintContext printContext(d->frame);
1450 printContext.begin(pageRect.width());
1452 printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);
1470 toPage = printContext.pageCount();
1474 toPage = qMin(static_cast<int>(printContext.pageCount()), toPage);
1497 printContext.end();
1500 printContext.spoolPage(ctx, page - 1, pageRect.width());
1520 printContext.end();