Searched refs:pagew (Results 1 – 1 of 1) sorted by relevance
/external/libcups/filter/ |
D | pstops.c | 2741 double pagew, /* Printable width of page */ in start_nup() local 2754 pagew = PageRight - PageLeft; in start_nup() 2772 fprintf(stderr, "DEBUG: pagew = %.1f, pagel = %.1f\n", pagew, pagel); in start_nup() 2817 w = pagew; in start_nup() 2826 tx = 0.5 * (pagew - w); in start_nup() 2847 if (l > (pagew * 0.5)) in start_nup() 2849 l = pagew * 0.5; in start_nup() 2853 tx = 0.5 * (pagew * 0.5 - l); in start_nup() 2859 doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", pagew); in start_nup() 2862 ty, tx + pagew * 0.5 * x, w / bboxw, l / bboxl); in start_nup() [all …]
|