Searched refs:pagew (Results 1 – 1 of 1) sorted by relevance
/external/libcups/filter/ |
D | pstops.c | 2742 double pagew, /* Printable width of page */ in start_nup() local 2755 pagew = PageRight - PageLeft; in start_nup() 2773 fprintf(stderr, "DEBUG: pagew = %.1f, pagel = %.1f\n", pagew, pagel); in start_nup() 2818 w = pagew; in start_nup() 2827 tx = 0.5 * (pagew - w); in start_nup() 2848 if (l > (pagew * 0.5)) in start_nup() 2850 l = pagew * 0.5; in start_nup() 2854 tx = 0.5 * (pagew * 0.5 - l); in start_nup() 2860 doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", pagew); in start_nup() 2863 ty, tx + pagew * 0.5 * x, w / bboxw, l / bboxl); in start_nup() [all …]
|