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 | 677 doc->bounding_box[2] = (int)PageRight; in copy_comments() 953 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1004 PageLeft, PageBottom, PageRight, PageTop); in copy_dsc() 1072 PageRight, PageTop); in copy_non_dsc() 1503 PageLeft, PageBottom, PageRight, PageTop); in copy_page() 1848 PageLeft, PageBottom, PageRight, PageTop); in copy_trailer() 2000 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, in do_setup() 2327 doc->bounding_box[2] = (int)PageRight; in set_pstops_options() 2755 pagew = PageRight - PageLeft; in start_nup() 2777 PageLeft, PageRight); in start_nup() [all …]
|