Home
last modified time | relevance | path

Searched refs:PageBottom (Results 1 – 3 of 3) sorted by relevance

/external/libcups/filter/
Dcommon.c34 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 …]
Dpstops.c676 doc->bounding_box[1] = (int)PageBottom; 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()
1997 write_label_prolog(doc, doc->page_label, PageBottom, in do_setup()
2004 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup()
2326 doc->bounding_box[1] = (int)PageBottom; in set_pstops_options()
2756 pagel = PageTop - PageBottom; in start_nup()
[all …]
Dcommon.h45 PageBottom, /* Bottom margin */