Searched defs:dx2 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 66 * x y dx1 dy1 dx2 dy2 Da - 69 * point (x, y) to (x + dx1 + dx2, y + dy1 + dy2). The center of the 75 * x y dx1 dy1 dx2 dy2 DA - 77 * Draws a clockwise arc from (x, y) to (x + dx1 + dx2, y + dy1 + dy2) 84 * x = hpos + dx1' + dx2' 86 * dx1 = -dx2' 88 * dx2 = -dx1' 275 drawarc(int dx1, int dy1, int dx2, int dy2, int c) argument 277 /* dx2, dy2 - from center to end of the arc */ 284 * (hpos, vpos) to (hpos+dx1+dx2, vpo [all...] |
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan2f.c | 64 double dx0, dx1, dx2; local 416 dx2 = x2; 420 num2 = dy2 - dx2 * db2; 421 den2 = dx2 + dy2 * db2;
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | t10.c | 290 short z, dx, dy, dx2, dy2, n; local 424 dx2 = absmot(pi[5]); 426 dx2 = -dx2; 431 dx, dy, dx2, dy2); 433 hpos += dx + dx2;
|
Completed in 50 milliseconds