Home
last modified time | relevance | path

Searched refs:maxpensize (Results 1 – 9 of 9) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dstd_main.c396 if (pg->maxpensize < in process_opts()
398 pg->maxpensize = in process_opts()
403 if (pg->maxpensize < pt.width[j]) in process_opts()
404 pg->maxpensize = in process_opts()
H A Dhp2xx.h296 PEN_W maxpensize; /* (internally needed) */ member
H A Dto_pdf.c224 hmxpenw = pg->maxpensize / 20.0; /* Half max. pen width, in mm */ in pdf_init()
H A Dto_eps.c298 hmxpenw = pg->maxpensize / 2.0; /* Half max. pen width, in mm */ in ps_init()
H A Dhp2xx.c480 pg->maxpensize = 0.1; /* 1/10 mm */ in preset_par()
H A Dhpgl.c3056 if (pg->maxpensize < mywidth) in read_HPGL_cmd()
3057 pg->maxpensize = mywidth; in read_HPGL_cmd()
3065 if (pg->maxpensize < mywidth) in read_HPGL_cmd()
3066 pg->maxpensize = mywidth; in read_HPGL_cmd()
H A Dpicbuf.c306 maxps = 1 + ceil(pg->maxpensize * po->HP_to_xdots / 0.025); in size_PicBuf()
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_pdf.c189 hmxpenw = pg->maxpensize / 20.0; /* Half max. pen width, in mm */ in pdf_init()
H A Dto_eps.c218 hmxpenw = pg->maxpensize / 2.0; /* Half max. pen width, in mm */ in ps_init()