Searched refs:yscale (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | open.c | 43 int OUTF, xscale, yscale, xoffset; variable 60 yscale = (int)(4096 /(VERTRESP * HEIGHT));
|
H A D | con.h | 57 extern int xscale, xoffset, yscale;
|
H A D | subr.c | 58 return (short)(yp / yscale);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | open.c | 43 int OUTF, xscale, yscale, xoffset; variable 60 yscale = (int)(4096 / (VERTRESP * HEIGHT));
|
H A D | con.h | 67 extern int xoffset, xscale, yscale;
|
H A D | subr.c | 67 return (int)(yp / yscale);
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | open.c | 42 int xscale = 0, xoffset = 0, yscale = 0; variable 65 yscale = (int)(4096 /(VERTRESP * HEIGHT));
|
H A D | con.h | 66 extern int xscale, xoffset, yscale;
|
H A D | subr.c | 60 return (yp / yscale);
|
Completed in 24 milliseconds