Searched defs:xnow (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dlabel.c36 int xnow = 0; variable
43 xnow += HORZRES;
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dline.c37 int xnow, ynow; variable
46 p.x1 = xnow = xsc(x1);
54 line(xnow, ynow, xsc(x0), ysc(y0));
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dline.c38 short xnow, ynow; variable
67 j = (short)(cx0 + xd * tt - xnow);
68 xnow += j;
93 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c41 int xnow, ynow, OUTF; variable
126 if ((xg == xnow) && (yg == ynow))
129 if (xg < xnow / 2) {
131 xnow = 0;
133 i = (int)((xg - xnow) / HORZRES);
134 if (xnow < xg)
137 xnow += i * HORZRES;
141 i = abs(xg - xnow);
159 xnow = xg; ynow = yg;

Completed in 20 milliseconds