Home
last modified time | relevance | path

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

/external/libcups/filter/
Drastertopwg.c47 page_bottom, /* Bottom margin */ in main() local
130 page_bottom = (unsigned)(inheader.cupsImagingBBox[1] * inheader.HWResolution[1] / 72.0); in main()
131 page_top = page_height - page_bottom - inheader.cupsHeight; in main()
135 if (page_left > page_width || page_top > page_height || page_bottom > page_height) in main()
306 outheader.cupsInteger[6] = page_height - page_bottom; in main()
316 outheader.cupsInteger[4] = page_bottom; in main()
334 outheader.cupsInteger[4] = page_bottom; in main()
352 outheader.cupsInteger[6] = page_height - page_bottom; in main()
366 outheader.cupsInteger[4] = page_bottom; in main()
384 outheader.cupsInteger[6] = page_height - page_bottom; in main()
[all …]