Searched defs:y1 (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/plot/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
44 putsi(y1);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
44 putsi(y1);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
46 putsi(y1);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
46 scaley = delty / (y1-y0);
H A Dline.c83 line(short x0, short y0, short x1, short y1) argument
86 xconv(xsc(x1)), yconv(ysc(y1)));
H A Darc.c49 arc(short x, short y, short x0, short y0, short x1, short y1) argument
69 if ((x0 == x1) && (y0 == y1))
73 qf = quad_l(x, y, x1, y1);
74 if ((abs(x - x1)) < (abs(y - y1))) {
87 m1 = (y1 - y) / (x1 - x);
159 if (ys >= y1)
164 if (ys <= y1)
H A Dsubr.c100 dist2(int x1, int y1, int x2, int y2) argument
104 v = y1 - y2;
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
46 scaley = delty / (y1-y0);
H A Dline.c72 line(short x0, short y0, short x1, short y1) { argument
73 iline(xconv(xsc(x0)), yconv(ysc(y0)), xconv(xsc(x1)), yconv(ysc(y1)));
H A Darc.c65 arc(short x, short y, short x0, short y0, short x1, short y1) argument
85 if ((x0 == x1) && (y0 == y1))
89 qf = quad_l(x, y, x1, y1);
90 if (abs(x - x1) < abs(y - y1)) {
103 m1 = (y1 - y) / (x1 - x);
175 if (ys >= y1)
180 if (ys <= y1)
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
40 cont(x1, y1);
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
44 scaley = 3120. / (y1 - y0);
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
88 if ((x0 == x1) && (y0 == y1))
92 qf = quad_l(x, y, x1, y1);
93 if (abs(x - x1) < abs(y - y1)) {
106 m1 = (y1 - y) / (x1 - x);
178 if (ys >= y1)
183 if (ys <= y1)
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
43 scaley = 4096. / (y1 - y0);
H A Dline.c79 line(short x0, short y0, short x1, short y1) argument
82 xconv(xsc(x1)), yconv(ysc(y1)));
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
90 if ((x0 == x1) && (y0 == y1))
94 qf = quad_l(x, y, x1, y1);
95 if (abs(x - x1) < abs(y - y1)) {
108 m1 = (y1 - y) / (x1 - x);
180 if (ys >= y1)
185 if (ys <= y1)
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
40 cont(x0, y1);
41 cont(x1, y1);
44 move(x1, y1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
46 scaley = delty / (y1 - y0);
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
H A Dline.c40 line(short x0, short y0, short x1, short y1) argument
42 struct {char x, c; short x0, y0, x1, y1; } p; member in struct:__anon2345
47 p.y1 = ynow = ysc(y1);

Completed in 59 milliseconds

12