Searched refs:dx2 (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-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
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...]
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c290 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;
H A Ddraw.c244 drawarc(dx1, dy1, dx2, dy2)
250 x2 = x0 + dx2; /* "to" */

Completed in 100 milliseconds