Home
last modified time | relevance | path

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

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_tif.c115 for (x = 0; x < pg->maxpens; ++x) in PicBuf_to_TIF()
H A Dhpgl.c455 pg->maxpens = 8; in init_HPGL()
960 if (pen < 0 || (int) pen > pg->maxpens) { in read_PE_flags()
963 pen, pen % pg->maxpens); in read_PE_flags()
965 pen = pen % pg->maxpens; in read_PE_flags()
2822 pg->maxpens = (int) ftmp; in read_HPGL_cmd()
2825 pg->maxpens); in read_HPGL_cmd()
2837 if (read_float(&ftmp, hd) || fixedcolor || (int) ftmp > pg->maxpens) { /* invalid or missing */ in read_HPGL_cmd()
3064 if ((int) ftmp <= pg->maxpens) { in read_HPGL_cmd()
3422 if (pen < 0 || (int) pen > pg->maxpens) { in read_HPGL_cmd()
3425 pen, pen % pg->maxpens); in read_HPGL_cmd()
[all …]
H A Dhp2xx.h301 int maxpens; /* (internally needed) */ member
H A Dto_x11.c212 for (i = 1; i <= pg->maxpens; i++) { in win_open()
H A Dhp2xx.c482 pg->maxpens = 8; in preset_par()
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_x11.c214 for (i = 1; i <= pg->maxpens; i++) in win_open()