Searched refs:PageWidth (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 36 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 …]
|
D | pstops.c | 1370 PageWidth, PageLength); in copy_page() 1382 bounding_box[0] = (int)(PageWidth - temp_bbox[2]); in copy_page() 1384 bounding_box[2] = (int)(PageWidth - temp_bbox[0]); in copy_page() 1390 bounding_box[1] = (int)(PageWidth - temp_bbox[2]); in copy_page() 1392 bounding_box[3] = (int)(PageWidth - temp_bbox[0]); in copy_page() 1998 PageWidth - PageLength + PageTop, PageLength); in do_setup() 2004 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup() 2769 bboxw = (int)PageWidth; in start_nup() 2781 PageWidth, PageLength); in start_nup() 2789 doc_printf(doc, "%.1f %.1f translate 180 rotate\n", PageWidth, in start_nup() [all …]
|
D | common.h | 47 PageWidth, /* Total page width */
|