Home
last modified time | relevance | path

Searched refs:MM_TO_PS_POINT (Results 1 – 4 of 4) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pdf.c92 PDF_setlinewidth(fd, newwidth * MM_TO_PS_POINT); in pdf_set_linewidth()
181 PDF_setmiterlimit(fd, newlimit * MM_TO_PS_POINT); in pdf_set_linejoin()
226 left = (long) floor(fabs(po->xoff - hmxpenw) * MM_TO_PS_POINT); in pdf_init()
227 low = (long) floor(fabs(po->yoff - hmxpenw) * MM_TO_PS_POINT); in pdf_init()
229 (long) ceil((po->xoff + po->width + hmxpenw) * MM_TO_PS_POINT); in pdf_init()
232 MM_TO_PS_POINT); in pdf_init()
279 xcoord2mm = po->width / (po->xmax - po->xmin) * MM_TO_PS_POINT; in to_pdf()
280 ycoord2mm = po->height / (po->ymax - po->ymin) * MM_TO_PS_POINT; in to_pdf()
373 pensize / 2 * MM_TO_PS_POINT); in to_pdf()
H A Dto_eps.c316 left = (long) floor(fabs(po->xoff - hmxpenw) * MM_TO_PS_POINT); in ps_init()
317 low = (long) floor(fabs(po->yoff - hmxpenw) * MM_TO_PS_POINT); in ps_init()
319 (long) ceil((po->xoff + po->width + hmxpenw) * MM_TO_PS_POINT); in ps_init()
322 MM_TO_PS_POINT); in ps_init()
392 fprintf(fd, " %f %f scale\n", MM_TO_PS_POINT, MM_TO_PS_POINT); /* 1/72"--> mm */ in ps_init()
H A Dhp2xx.h146 #define MM_TO_PS_POINT 2.834646 macro
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_eps.c235 left = (long) floor(abs(po->xoff-hmxpenw) * MM_TO_PS_POINT); in ps_init()
236 low = (long) floor(abs(po->yoff-hmxpenw) * MM_TO_PS_POINT); in ps_init()
237 right = (long) ceil ((po->xoff+po->width+hmxpenw) * MM_TO_PS_POINT); in ps_init()
238 high = (long) ceil ((po->yoff+po->height+hmxpenw) * MM_TO_PS_POINT); in ps_init()
303 fprintf(fd," %f %f scale\n",MM_TO_PS_POINT,MM_TO_PS_POINT); /* 1/72"--> mm */ in ps_init()