Home
last modified time | relevance | path

Searched refs:xsc (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/lib/libplot/vt0/
H A Dline.c17 p.x0 = xsc(x0); in line()
19 p.x1 = xnow = xsc(x1); in line()
24 line(xnow,ynow,xsc(x0),ysc(y0)); in cont()
H A Ddot.c18 p.xi = xsc(xi);
20 p.dx = xsc(dx);
H A Dsubr.c18 xsc(xi){ in xsc() function
H A Dpoint.c17 p.x = xnow = xsc(xi); in point()
H A Dmove.c17 p.x = xnow = xsc(xi); in move()
/original-bsd/lib/libplot/t300s/
H A Dline.c14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line()
18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
H A Dmove.c13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
/original-bsd/lib/libplot/t450/
H A Dline.c14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line()
18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
H A Dmove.c13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
H A Dsubr.c118 xsc(xi){ in xsc() function
/original-bsd/lib/libplot/t300/
H A Dline.c14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line()
18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
H A Dmove.c13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
H A Dsubr.c114 xsc(xi){ in xsc() function
/original-bsd/lib/libplot/gigi/
H A Dline.c17 if(xsc(x0)==currentx && ysc(y0)==currenty)
19 else if(xsc(x1)==currentx && ysc(y1)==currenty)
H A Dcont.c17 currentx = xsc(xi);
H A Dmove.c17 currentx = xsc(xi);
H A Dpoint.c17 if(xsc(xi)!=currentx || ysc(yi)!=currenty)
H A Dgigi.h26 #define xsc(xi) ((int) ((xi -lowx)*scalex +0.5)) macro
/original-bsd/lib/libplot/hp2648/
H A Dline.c17 if(xsc(x0)==currentx && ysc(y0)==currenty)
19 else if(xsc(x1)==currentx && ysc(y1)==currenty)
H A Dcont.c18 itoa(xsc(xi),&xb1,&xb2);
25 currentx = xsc(xi);
H A Dmove.c18 itoa(xsc(xi),&xb1,&xb2);
26 currentx = xsc(xi);
H A Dpoint.c17 if(xsc(xi)!=currentx || ysc(yi)!=currenty)
H A Dhp2648.h35 #define xsc(xi) ((int) (xi - lowx) * scalex + 0.5) macro
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpltroff.c39 float xconv(), yconv(), xsc(), ysc();
81 float xsc(x) /* convert x from external to internal form, scaling only */ in xsc() function
278 printf("\\D'c%.3fi'\n", xsc(2 * r));
305 dx = xsc(xerr += p[i]);
325 ir1 = xsc(r1);
338 xsc(x-x0), -ysc(y-y0), xsc(x1-x), -ysc(y1-y)); /* WATCH SIGNS */
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpltroff.c311 d = xsc(2 * r);
335 dx = xsc(p[i]);
344 dx = xsc(p[i]);
362 ir1 = xsc(r1);
380 drawarc(xsc(x1-x0), ysc(y1-y0), xsc(r));
383 xsc(x-x0), ysc(y-y0), xsc(x1-x), ysc(y1-y));
431 xsc(x) /* convert x from external to internal form, scaling only */ in xsc() function

12