Searched refs:PageBottom (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 34 PageBottom = 36.0f, /* Bottom margin */ variable 69 PageBottom = pagesize->bottom; in SetCommonOptions() 74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 118 PageBottom = (float)atof(val); in SetCommonOptions() 143 PageBottom = (float)atof(val); in SetCommonOptions() 153 PageBottom = (float)atof(val); in SetCommonOptions() 178 PageBottom = (float)atof(val); in SetCommonOptions() 220 PageLeft = PageBottom; in UpdatePageVars() 221 PageBottom = temp; in UpdatePageVars() 237 temp = PageLength - PageBottom; in UpdatePageVars() [all …]
|
D | common.h | 45 PageBottom, /* Bottom margin */
|
D | pstops.c | 675 doc->bounding_box[1] = (int)PageBottom; 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() 1996 write_label_prolog(doc, doc->page_label, PageBottom, in do_setup() 2003 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup() 2325 doc->bounding_box[1] = (int)PageBottom; in set_pstops_options() 2755 pagel = PageTop - PageBottom; in start_nup() [all …]
|