Home
last modified time | relevance | path

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

/external/libcups/filter/
Dcommon.c36 PageWidth = 612.0f, /* Total page width */ variable
66 PageWidth = pagesize->width; in SetCommonOptions()
74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions()
121 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
134 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
162 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
175 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
227 temp = PageWidth; in UpdatePageVars()
228 PageWidth = PageLength; in UpdatePageVars()
233 temp = PageWidth - PageLeft; in UpdatePageVars()
[all …]
Dpstops.c1369 PageWidth, PageLength); in copy_page()
1381 bounding_box[0] = (int)(PageWidth - temp_bbox[2]); in copy_page()
1383 bounding_box[2] = (int)(PageWidth - temp_bbox[0]); in copy_page()
1389 bounding_box[1] = (int)(PageWidth - temp_bbox[2]); in copy_page()
1391 bounding_box[3] = (int)(PageWidth - temp_bbox[0]); in copy_page()
1997 PageWidth - PageLength + PageTop, PageLength); in do_setup()
2003 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup()
2768 bboxw = (int)PageWidth; in start_nup()
2780 PageWidth, PageLength); in start_nup()
2788 doc_printf(doc, "%.1f %.1f translate 180 rotate\n", PageWidth, in start_nup()
[all …]
Dcommon.h47 PageWidth, /* Total page width */