Home
last modified time | relevance | path

Searched refs:PageRight (Results 1 – 6 of 6) sorted by relevance

/third_party/cups-filters/filter/
Dcommon.c41 PageRight = 594.0f, /* Right margin */ variable
146 PageRight = pagesize->right; in SetCommonOptions()
152 PageRight = PageWidth - PageLeft; in SetCommonOptions()
154 PageRight = PageWidth; in SetCommonOptions()
157 if (PageLeft == PageRight) in SetCommonOptions()
160 PageLeft, PageRight); in SetCommonOptions()
161 PageRight = PageWidth - PageLeft; in SetCommonOptions()
162 if (PageLeft == PageRight) in SetCommonOptions()
165 PageRight = PageWidth; in SetCommonOptions()
169 if (PageLeft > PageRight) in SetCommonOptions()
[all …]
Dimagetopdf.c781 PageRight = h.cupsImagingBBox[2] != 0.0 ? h.cupsImagingBBox[2] : in main()
971 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
983 float pw = PageRight-PageLeft; in main()
1068 PageRight = PageWidth; in main()
1072 float pw = PageRight-PageLeft; in main()
1143 PageRight = PageLeft + final_h * 72.0 / img->yppi; in main()
1150 PageRight = PageLeft + final_w * 72.0 / img->xppi; in main()
1218 yprint = (PageRight - PageLeft) / 72.0; in main()
1222 xprint = (PageRight - PageLeft) / 72.0; in main()
1272 xprint = (PageRight - PageLeft) / 72.0; in main()
[all …]
Dimagetoraster.c625 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
641 float pw = PageRight-PageLeft; in main()
737 float pw = (cropfit ? PageWidth : PageRight-PageLeft); in main()
832 if (margin <= PageRight) in main()
833 PageRight = margin; in main()
835 final_h -= (margin - PageRight) * img->yppi / 72.0; in main()
864 if (margin <= PageRight) in main()
865 PageRight = margin; in main()
867 final_w -= (margin - PageRight) * img->xppi / 72.0; in main()
912 yprint = (PageRight - PageLeft) / 72.0; in main()
[all …]
Dtexttopdf.c1026 x = PageWidth - PageRight; in write_string()
1171 x = PageWidth - PageRight; in write_pretty_header()
1180 PageRight - PageLeft, 144.0f / LinesPerInch); in write_pretty_header()
1184 x = PageRight - PageLeft - 36.0f / LinesPerInch - stringwidth_x(Title); in write_pretty_header()
1192 x = (-stringwidth_x(Date) + PageRight - PageLeft) * 0.5; in write_pretty_header()
1204 x = PageRight - PageLeft - 36.0f / LinesPerInch - stringwidth_x(pagestr); in write_pretty_header()
Dcommon.h44 PageRight, /* Right margin */
Dtextcommon.c552 PageRight = PageWidth - 36.0f; in TextMain()
650 SizeColumns = (PageRight - PageLeft) / 72.0 * CharsPerInch; in TextMain()