Searched defs:dx1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c66 * x y dx1 dy1 dx2 dy2 Da -
69 * point (x, y) to (x + dx1 + dx2, y + dy1 + dy2). The center of the
70 * circle is at (x + dx1, y + dy1). Arcs always go counter-clockwise
75 * x y dx1 dy1 dx2 dy2 DA -
77 * Draws a clockwise arc from (x, y) to (x + dx1 + dx2, y + dy1 + dy2)
78 * with center at (x + dx1, y + dy1). Only needed when we're building
84 * x = hpos + dx1' + dx2'
86 * dx1 = -dx2'
88 * dx2 = -dx1'
275 drawarc(int dx1, in argument
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2f.c64 double dx0, dx1, dx2; local
417 dx1 = x1;
423 num1 = dy1 - dx1 * db1;
424 den1 = dx1 + dy1 * db1;

Completed in 51 milliseconds