Searched refs:PageLeft (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 32 float PageLeft = 18.0f, /* Left margin */ variable 70 PageLeft = pagesize->left; in SetCommonOptions() 74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 115 PageLeft = (float)atof(val); in SetCommonOptions() 140 PageLeft = (float)atof(val); in SetCommonOptions() 156 PageLeft = (float)atof(val); in SetCommonOptions() 181 PageLeft = (float)atof(val); in SetCommonOptions() 219 temp = PageLeft; in UpdatePageVars() 220 PageLeft = PageBottom; in UpdatePageVars() 233 temp = PageWidth - PageLeft; in UpdatePageVars() [all …]
|
D | common.h | 43 extern float PageLeft, /* Left margin */
|
D | pstops.c | 674 doc->bounding_box[0] = (int)PageLeft; in copy_comments() 952 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1003 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1070 printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom, in copy_non_dsc() 1502 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1847 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 1999 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2324 doc->bounding_box[0] = (int)PageLeft; in set_pstops_options() 2754 pagew = PageRight - PageLeft; in start_nup() 2776 PageLeft, PageRight); in start_nup() [all …]
|