Searched refs:PageRight (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | common.c | 33 PageRight = 594.0f, /* Right margin */ variable 71 PageRight = pagesize->right; in SetCommonOptions() 74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); in SetCommonOptions() 121 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 134 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 162 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 175 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 223 temp = PageRight; in UpdatePageVars() 224 PageRight = PageTop; in UpdatePageVars() 234 PageLeft = PageWidth - PageRight; in UpdatePageVars() [all …]
|
D | common.h | 44 PageRight, /* Right margin */
|
D | pstops.c | 676 doc->bounding_box[2] = (int)PageRight; 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() 1999 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2326 doc->bounding_box[2] = (int)PageRight; in set_pstops_options() 2754 pagew = PageRight - PageLeft; in start_nup() 2776 PageLeft, PageRight); in start_nup() [all …]
|