/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | line.c | 38 line(short x0, short y0, short x1, short y1) argument 42 putsi(y0);
|
H A D | space.c | 38 space(short x0, short y0, short x1, short y1) argument 42 putsi(y0);
|
H A D | arc.c | 38 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 D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | space.c | 40 space(short x0, short y0, short x1, short y1) { argument 44 oboty = y0; 46 scaley = delty / (y1-y0);
|
H A D | line.c | 83 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 D | arc.c | 49 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 D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | space.c | 39 space(short x0, short y0, short x1, short y1) argument 44 oboty = y0; 46 scaley = delty / (y1-y0);
|
H A D | line.c | 72 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 D | arc.c | 65 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 D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | line.c | 37 line(short x0, short y0, short x1, short y1) argument 39 move(x0, y0);
|
H A D | space.c | 37 space(short x0, short y0, short x1, short y1) argument 40 oboty = y0; 44 scaley = 3120. / (y1 - y0);
|
H A D | arc.c | 68 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 D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | space.c | 36 space(short x0, short y0, short x1, short y1) argument 41 oboty = y0; 43 scaley = 4096. / (y1 - y0);
|
H A D | line.c | 79 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 D | arc.c | 68 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 D | box.c | 37 box(short x0, short y0, short x1, short y1) argument 39 move(x0, y0); 42 cont(x1, y0); 43 cont(x0, y0);
|
H A D | space.c | 39 space(short x0, short y0, short x1, short y1) argument 44 oboty = y0; 46 scaley = delty / (y1 - y0);
|
H A D | arc.c | 39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
|
H A D | line.c | 40 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 D | graphics.c | 78 const int y0 = 0; variable 260 graphics_gotoxy(x0, y0); 629 if (row >= y0 && row < y1) { 645 for (j = y0 + 1; j < y1; j++) {
|