Searched refs:yscale (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dopen.c43 int OUTF, xscale, yscale, xoffset; variable
60 yscale = (int)(4096 /(VERTRESP * HEIGHT));
H A Dcon.h57 extern int xscale, xoffset, yscale;
H A Dmapfile-vers89 yscale;
H A Dsubr.c58 return (short)(yp / yscale);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dopen.c43 int OUTF, xscale, yscale, xoffset; variable
60 yscale = (int)(4096 / (VERTRESP * HEIGHT));
H A Dcon.h67 extern int xoffset, xscale, yscale;
H A Dmapfile-vers91 yscale;
H A Dsubr.c67 return (int)(yp / yscale);
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dopen.c42 int xscale = 0, xoffset = 0, yscale = 0; variable
65 yscale = (int)(4096 /(VERTRESP * HEIGHT));
H A Dcon.h66 extern int xscale, xoffset, yscale;
H A Dmapfile-vers89 yscale;
H A Dsubr.c60 return (yp / yscale);

Completed in 157 milliseconds