Searched refs:PageTop (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 35 PageTop = 756.0f, /* Top margin */ variable 68 PageTop = pagesize->top; in SetCommonOptions() 74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 124 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 137 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 159 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 172 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 224 PageRight = PageTop; in UpdatePageVars() 225 PageTop = temp; in UpdatePageVars() 238 PageBottom = PageLength - PageTop; in UpdatePageVars() [all …]
|
D | common.h | 46 PageTop, /* Top margin */
|
D | pstops.c | 677 doc->bounding_box[3] = (int)PageTop; in copy_comments() 952 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1003 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1071 PageRight, PageTop); in copy_non_dsc() 1502 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1847 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 1997 PageWidth - PageLength + PageTop, PageLength); in do_setup() 2003 write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); in do_setup() 2327 doc->bounding_box[3] = (int)PageTop; in set_pstops_options() 2755 pagel = PageTop - PageBottom; in start_nup() [all …]
|