Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
Dcommon.c43 PageTop = 756.0f, /* Top margin */ variable
92 PageTop = pagesize->top; in SetCommonOptions()
98 PageTop = PageLength - PageBottom; in SetCommonOptions()
100 PageTop = PageLength; in SetCommonOptions()
113 if (PageBottom == PageTop) in SetCommonOptions()
116 PageBottom, PageTop); in SetCommonOptions()
117 PageTop = PageLength - PageBottom; in SetCommonOptions()
118 if (PageBottom == PageTop) in SetCommonOptions()
121 PageTop = PageLength; in SetCommonOptions()
125 if (PageBottom > PageTop) in SetCommonOptions()
[all …]
Dimagetopdf.c783 PageTop = h.cupsImagingBBox[3] != 0.0 ? h.cupsImagingBBox[3] : in main()
971 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
984 float ph = PageTop-PageBottom; in main()
1066 PageTop = PageLength; in main()
1073 float ph = PageTop-PageBottom; in main()
1141 PageTop = PageBottom + final_w * 72.0 / img->xppi; in main()
1148 PageTop = PageBottom + final_h * 72.0 / img->yppi; in main()
1217 xprint = (PageTop - PageBottom) / 72.0; in main()
1223 yprint = (PageTop - PageBottom) / 72.0; in main()
1273 yprint = (PageTop - PageBottom) / 72.0; in main()
[all …]
Dimagetoraster.c625 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
642 float ph = PageTop-PageBottom; in main()
738 float ph = (cropfit ? PageLength : PageTop-PageBottom); in main()
818 if (margin <= PageTop) in main()
819 PageTop = margin; in main()
821 final_w -= (margin - PageTop) * img->xppi / 72.0; in main()
850 if (margin <= PageTop) in main()
851 PageTop = margin; in main()
853 final_h -= (margin - PageTop) * img->yppi / 72.0; in main()
911 xprint = (PageTop - PageBottom) / 72.0; in main()
[all …]
Dcommon.h46 PageTop, /* Top margin */
Dtexttopdf.c329 PageTop -= 36; in WriteProlog()
1027 y = PageTop; in write_string()
1032 y = PageTop; in write_string()
1172 y = PageTop + 72.0f / LinesPerInch; in write_pretty_header()
1175 y = PageTop + 72.0f / LinesPerInch; in write_pretty_header()
Dtextcommon.c554 PageTop = PageLength - 36.0f; in TextMain()
644 PageTop -= 216.0f / LinesPerInch; in TextMain()
651 SizeLines = (PageTop - PageBottom) / 72.0 * LinesPerInch; in TextMain()