Home
last modified time | relevance | path

Searched refs:PageBottom (Results 1 - 5 of 5) sorted by relevance

/third_party/cups-filters/filter/
H A Dcommon.c42 PageBottom = 36.0f, /* Bottom margin */ variable
97 if (PageLength >= PageBottom) in SetCommonOptions()
98 PageTop = PageLength - PageBottom; in SetCommonOptions()
104 PageBottom = pagesize->bottom; in SetCommonOptions()
109 if (PageLength <= PageBottom) in SetCommonOptions()
110 PageBottom = 0.0f; in SetCommonOptions()
113 if (PageBottom == PageTop) in SetCommonOptions()
116 PageBottom, PageTop); in SetCommonOptions()
117 PageTop = PageLength - PageBottom; in SetCommonOptions()
118 if (PageBottom in SetCommonOptions()
[all...]
H A Dimagetopdf.c779 PageBottom = h.cupsImagingBBox[1] != 0.0 ? h.cupsImagingBBox[1] : in main()
971 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
984 float ph = PageTop-PageBottom; in main()
1065 PageBottom = 0.0; in main()
1073 float ph = PageTop-PageBottom; in main()
1140 PageBottom += (PageLength - final_w * 72.0 / img->xppi) / 2; in main()
1141 PageTop = PageBottom + final_w * 72.0 / img->xppi; in main()
1147 PageBottom += (PageLength - final_h * 72.0 / img->yppi) / 2; in main()
1148 PageTop = PageBottom + final_h * 72.0 / img->yppi; in main()
1152 if(PageBottom< in main()
[all...]
H A 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()
809 if (margin >= PageBottom) in main()
810 PageBottom = margin; in main()
813 cutoff = (PageBottom - margin) * img->xppi / 72.0; in main()
817 margin = PageBottom + final_w * 72.0 / img->xppi; in main()
841 if (margin >= PageBottom) in main()
842 PageBottom = margin; in main()
845 cutoff = (PageBottom in main()
[all...]
H A Dtextcommon.c553 PageBottom = PageBottom > 36.0f ? PageBottom : 36.0f; in TextMain()
651 SizeLines = (PageTop - PageBottom) / 72.0 * LinesPerInch; in TextMain()
H A Dtexttopdf.c328 PageBottom += 36; in WriteProlog()

Completed in 7 milliseconds