Searched refs:PageRight (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 27 PageRight = 594.0f, /* Right margin */ variable 65 PageRight = pagesize->right; in SetCommonOptions() 68 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 115 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 128 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 156 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 169 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 217 temp = PageRight; in UpdatePageVars() 218 PageRight = PageTop; in UpdatePageVars() 228 PageLeft = PageWidth - PageRight; in UpdatePageVars() [all …]
|
D | common.h | 38 PageRight, /* Right margin */
|
D | pstops.c | 671 doc->bounding_box[2] = (int)PageRight; 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() 1994 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2321 doc->bounding_box[2] = (int)PageRight; in set_pstops_options() 2749 pagew = PageRight - PageLeft; in start_nup() 2771 PageLeft, PageRight); in start_nup() [all …]
|