Home
last modified time | relevance | path

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

/external/libcups/filter/
Dcommon.c30 PageWidth = 612.0f, /* Total page width */ variable
60 PageWidth = pagesize->width; in SetCommonOptions()
68 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions()
115 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
128 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
156 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
169 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
221 temp = PageWidth; in UpdatePageVars()
222 PageWidth = PageLength; in UpdatePageVars()
227 temp = PageWidth - PageLeft; in UpdatePageVars()
[all …]
Dpstops.c1364 PageWidth, PageLength); in copy_page()
1376 bounding_box[0] = (int)(PageWidth - temp_bbox[2]); in copy_page()
1378 bounding_box[2] = (int)(PageWidth - temp_bbox[0]); in copy_page()
1384 bounding_box[1] = (int)(PageWidth - temp_bbox[2]); in copy_page()
1386 bounding_box[3] = (int)(PageWidth - temp_bbox[0]); in copy_page()
1992 PageWidth - PageLength + PageTop, PageLength); in do_setup()
1998 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup()
2763 bboxw = (int)PageWidth; in start_nup()
2775 PageWidth, PageLength); in start_nup()
2783 doc_printf(doc, "%.1f %.1f translate 180 rotate\n", PageWidth, in start_nup()
[all …]
Dcommon.h41 PageWidth, /* Total page width */