Home
last modified time | relevance | path

Searched refs:bboxw (Results 1 – 1 of 1) sorted by relevance

/external/libcups/filter/
Dpstops.c2745 bboxw, /* BoundingBox width */ in start_nup() local
2761 bboxw = bounding_box[2] - bounding_box[0]; in start_nup()
2768 bboxw = (int)PageWidth; in start_nup()
2774 bboxx, bboxy, bboxw, bboxl); in start_nup()
2818 l = w * bboxl / bboxw; in start_nup()
2823 w = l * bboxw / bboxl; in start_nup()
2830 w / bboxw, l / bboxl); in start_nup()
2845 l = w * bboxl / bboxw; in start_nup()
2850 w = l * bboxw / bboxl; in start_nup()
2862 ty, tx + pagew * 0.5 * x, w / bboxw, l / bboxl); in start_nup()
[all …]