Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dcommon.c40 float PageLeft = 18.0f, /* Left margin */ variable
136 PageLeft = pagesize->left; in SetCommonOptions()
141 if (PageWidth <= PageLeft) in SetCommonOptions()
142 PageLeft = 0.0f; in SetCommonOptions()
151 if (PageWidth >= PageLeft) in SetCommonOptions()
152 PageRight = PageWidth - PageLeft; in SetCommonOptions()
157 if (PageLeft == PageRight) in SetCommonOptions()
160 PageLeft, PageRight); in SetCommonOptions()
161 PageRight = PageWidth - PageLeft; in SetCommonOptions()
162 if (PageLeft in SetCommonOptions()
[all...]
H A Dimagetopdf.c777 PageLeft = h.cupsImagingBBox[0] != 0.0 ? h.cupsImagingBBox[0] : in main()
971 if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-PageLeft) in main()
983 float pw = PageRight-PageLeft; in main()
1067 PageLeft = 0.0; in main()
1072 float pw = PageRight-PageLeft; in main()
1142 PageLeft += (PageWidth - final_h * 72.0 / img->yppi) / 2; in main()
1143 PageRight = PageLeft + final_h * 72.0 / img->yppi; in main()
1149 PageLeft += (PageWidth - final_w * 72.0 / img->xppi) / 2; in main()
1150 PageRight = PageLeft + final_w * 72.0 / img->xppi; in main()
1153 if(PageLeft< in main()
[all...]
H A 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()
823 if (margin >= PageLeft) in main()
824 PageLeft = margin; in main()
827 cutoff = (PageLeft - margin) * img->yppi / 72.0; in main()
831 margin = PageLeft + final_h * 72.0 / img->yppi; in main()
855 if (margin >= PageLeft) in main()
856 PageLeft = margin; in main()
859 cutoff = (PageLeft in main()
[all...]
H A Dtexttopdf.c1031 x = PageLeft; in write_string()
1174 x = PageLeft; 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()
H A Dtextcommon.c551 PageLeft = 72.0f; in TextMain()
650 SizeColumns = (PageRight - PageLeft) / 72.0 * CharsPerInch; in TextMain()

Completed in 7 milliseconds