Searched refs:PageLeft (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 26 float PageLeft = 18.0f, /* Left margin */ variable 64 PageLeft = pagesize->left; in SetCommonOptions() 68 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 109 PageLeft = (float)atof(val); in SetCommonOptions() 134 PageLeft = (float)atof(val); in SetCommonOptions() 150 PageLeft = (float)atof(val); in SetCommonOptions() 175 PageLeft = (float)atof(val); in SetCommonOptions() 213 temp = PageLeft; in UpdatePageVars() 214 PageLeft = PageBottom; in UpdatePageVars() 227 temp = PageWidth - PageLeft; in UpdatePageVars() [all …]
|
D | common.h | 37 extern float PageLeft, /* Left margin */
|
D | pstops.c | 669 doc->bounding_box[0] = (int)PageLeft; in copy_comments() 947 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 998 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1065 printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom, in copy_non_dsc() 1497 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1842 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 1994 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2319 doc->bounding_box[0] = (int)PageLeft; in set_pstops_options() 2749 pagew = PageRight - PageLeft; in start_nup() 2771 PageLeft, PageRight); in start_nup() [all …]
|