Searched refs:PageRight (Results 1 - 3 of 3) sorted by relevance
/external/libcups/filter/ |
H A D | common.c | 33 PageRight = 594.0f, /* Right margin */ variable 71 PageRight = pagesize->right; 74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); 121 PageRight = PageWidth - (float)atof(val); 134 PageRight = PageWidth - (float)atof(val); 162 PageRight = PageWidth - (float)atof(val); 175 PageRight = PageWidth - (float)atof(val); 223 temp = PageRight; 224 PageRight = PageTop; 234 PageLeft = PageWidth - PageRight; [all...] |
H A D | common.h | 44 PageRight, /* Right margin */
|
H A D | pstops.c | 677 doc->bounding_box[2] = (int)PageRight; 953 PageLeft, PageBottom, PageRight, PageTop); 1004 PageLeft, PageBottom, PageRight, PageTop); 1072 PageRight, PageTop); 1503 PageLeft, PageBottom, PageRight, PageTop); 1848 PageLeft, PageBottom, PageRight, PageTop); 2000 write_label_prolog(doc, doc->page_label, PageLeft, PageRight, 2327 doc->bounding_box[2] = (int)PageRight; 2755 pagew = PageRight - PageLeft; 2776 fprintf(stderr, "DEBUG: PageLeft = %.1f, PageRight [all...] |
Completed in 379 milliseconds