Searched refs:page_top (Results 1 – 2 of 2) sorted by relevance
/external/libcups/filter/ |
D | rastertopwg.c | 41 page_top, /* Top margin */ in main() local 126 page_top = page_height - page_bottom - inheader.cupsHeight; in main() 130 if (page_left > page_width || page_top > page_height || page_bottom > page_height) in main() 297 outheader.cupsInteger[4] = page_top; in main() 315 outheader.cupsInteger[6] = page_height - page_top; in main() 333 outheader.cupsInteger[6] = page_height - page_top; in main() 343 outheader.cupsInteger[4] = page_top; in main() 365 outheader.cupsInteger[6] = page_height - page_top; in main() 375 outheader.cupsInteger[4] = page_top; in main() 396 outheader.cupsInteger[4] = page_top; in main() [all …]
|
/external/libcups/tools/ |
D | ippeveps.c | 542 page_top, /* Top margin */ in jpeg_to_ps() local 690 page_top = 756.0f; in jpeg_to_ps() 698 page_top = page_size->top; in jpeg_to_ps() 700 page_height = page_top - page_size->bottom; in jpeg_to_ps() 705 page_top = 756.0f; in jpeg_to_ps() 711 …t=%.2f, page_top=%.2f, page_width=%.2f, page_height=%.2f\n", page_left, page_top, page_width, page… in jpeg_to_ps() 750 … %.3f scale\n", page_left + 0.5f * (page_width - width * page_scaling), page_top - 0.5f * (page_he… in jpeg_to_ps()
|