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 | 675 doc->bounding_box[0] = (int)PageLeft; in copy_comments() 953 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1004 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1071 printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom, in copy_non_dsc() 1503 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1848 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 2000 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2325 doc->bounding_box[0] = (int)PageLeft; in set_pstops_options() 2755 pagew = PageRight - PageLeft; in start_nup() 2777 PageLeft, PageRight); in start_nup() [all …]
|