Searched refs:PageTop (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 29 PageTop = 756.0f, /* Top margin */ variable 62 PageTop = pagesize->top; in SetCommonOptions() 68 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 118 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 131 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 153 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 166 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 218 PageRight = PageTop; in UpdatePageVars() 219 PageTop = temp; in UpdatePageVars() 232 PageBottom = PageLength - PageTop; in UpdatePageVars() [all …]
|
D | common.h | 40 PageTop, /* Top margin */
|
D | pstops.c | 672 doc->bounding_box[3] = (int)PageTop; in copy_comments() 947 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 998 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1066 PageRight, PageTop); in copy_non_dsc() 1497 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1842 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 1992 PageWidth - PageLength + PageTop, PageLength); in do_setup() 1998 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup() 2322 doc->bounding_box[3] = (int)PageTop; in set_pstops_options() 2750 pagel = PageTop - PageBottom; in start_nup() [all …]
|