Searched refs:yg (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))
143 i = (short)((yg - ynow) / VERTRES);
144 if (ynow < yg)
151 i = abs(yg - ynow);
157 ynow = yg;
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c122 movep(int xg, int yg) argument
126 if ((xg == xnow) && (yg == ynow))
146 i = (int)((yg - ynow) / VERTRES);
147 if (ynow < yg)
154 i = abs(yg - ynow);
159 xnow = xg; ynow = yg;

Completed in 19 milliseconds