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

/osnet-11/usr/src/lib/libplot/plot/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
42 putsi(y0);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
42 putsi(y0);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
44 putsi(y0);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
44 oboty = y0;
46 scaley = delty / (y1-y0);
H A Dline.c83 line(short x0, short y0, short x1, short y1) argument
85 iline(xconv(xsc(x0)), yconv(ysc(y0)),
91 cont(short x0, short y0) argument
93 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c49 arc(short x, short y, short x0, short y0, short x1, short y1) argument
57 dy = y - y0;
67 yc = ys = y0;
69 if ((x0 == x1) && (y0 == y1))
72 qs = quad_l(x, y, x0, y0);
86 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
44 oboty = y0;
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)));
77 cont(short x0, short y0) { argument
78 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c65 arc(short x, short y, short x0, short y0, short x1, short y1) argument
73 dy = y - y0;
83 yc = ys = y0;
85 if ((x0 == x1) && (y0 == y1))
88 qs = quad_l(x, y, x0, y0);
102 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
40 oboty = y0;
44 scaley = 3120. / (y1 - y0);
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
76 dy = y - y0;
86 yc = ys = y0;
88 if ((x0 == x1) && (y0 == y1))
91 qs = quad_l(x, y, x0, y0);
105 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
41 oboty = y0;
43 scaley = 4096. / (y1 - y0);
H A Dline.c79 line(short x0, short y0, short x1, short y1) argument
81 iline(xconv(xsc(x0)), yconv(ysc(y0)),
86 cont(short x0, short y0) argument
88 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
78 dy = y - y0;
88 yc = ys = y0;
90 if ((x0 == x1) && (y0 == y1))
93 qs = quad_l(x, y, x0, y0);
107 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
44 oboty = y0;
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
45 p.y0 = ysc(y0);
52 cont(short x0, short y0) argument
54 line(xnow, ynow, xsc(x0), ysc(y0));
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c78 const int y0 = 0; variable
260 graphics_gotoxy(x0, y0);
629 if (row >= y0 && row < y1) {
645 for (j = y0 + 1; j < y1; j++) {

Completed in 320 milliseconds