Home
last modified time | relevance | path

Searched refs:HP_to_ydots (Results 1 – 5 of 5) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_x11.c359 po->HP_to_ydots *=2; in PicBuf_to_X11()
370 po->HP_to_ydots = po->HP_to_ydots/2; in PicBuf_to_X11()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_x11.c352 po->HP_to_ydots *= 2; in PicBuf_to_X11()
373 po->HP_to_ydots = in PicBuf_to_X11()
374 po->HP_to_ydots / 2; in PicBuf_to_X11()
H A Dhp2xx.h277 double HP_to_ydots; /* (internally needed) */ member
H A Dhpgl.c3975 po->HP_to_ydots = (float) (po->dpi_y / 1016.0); /* (1/40 mm) */ in adjust_input_transform()
3997 po->HP_to_ydots = in adjust_input_transform()
4000 po->HP_to_ydots * pi->aspectfactor / dot_ratio; in adjust_input_transform()
4008 po->HP_to_ydots = in adjust_input_transform()
H A Dpicbuf.c289 DevP->y = (int) ((HP_P->y - po->ymin) * po->HP_to_ydots); in HPcoord_to_dotcoord()