Home
last modified time | relevance | path

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

/external/libcups/filter/
Dcommon.c37 PageLength = 792.0f; /* Total page length */ variable
67 PageLength = pagesize->length; in SetCommonOptions()
74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions()
124 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
137 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
159 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
172 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
228 PageWidth = PageLength; in UpdatePageVars()
229 PageLength = temp; in UpdatePageVars()
237 temp = PageLength - PageBottom; in UpdatePageVars()
[all …]
Dcommon.h48 PageLength; /* Total page length */
Dpstops.c1369 PageWidth, PageLength); in copy_page()
1374 bounding_box[0] = (int)(PageLength - temp_bbox[3]); in copy_page()
1376 bounding_box[2] = (int)(PageLength - temp_bbox[1]); in copy_page()
1382 bounding_box[1] = (int)(PageLength - temp_bbox[3]); in copy_page()
1384 bounding_box[3] = (int)(PageLength - temp_bbox[1]); in copy_page()
1997 PageWidth - PageLength + PageTop, PageLength); in do_setup()
2000 PageLength); in do_setup()
2769 bboxl = (int)PageLength; in start_nup()
2780 PageWidth, PageLength); in start_nup()
2785 doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", PageLength); in start_nup()
[all …]