Searched defs:xg (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dsubr.c118 movep(short xg, short yg) argument
122 if ((xg == xnow) && (yg == ynow))
125 if (xg < (xnow / 2)) {
129 i = (short)((xg - xnow) / HORZRES);
130 if (xnow < xg)
138 i = abs(xg-xnow);
156 xnow = xg;
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c122 movep(int xg, int yg) argument
126 if ((xg == xnow) && (yg == ynow))
129 if (xg < xnow / 2) {
133 i = (int)((xg - xnow) / HORZRES);
134 if (xnow < xg)
141 i = abs(xg - xnow);
159 xnow = xg; ynow = yg;

Completed in 62 milliseconds