Searched refs:steps (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DCSBwraps.psw71 char *function; int steps)
74 width steps div
75 0 1 steps 1 sub {
76 steps div (function) cvx exec setrgbcolor
85 char *function; int steps)
88 width steps div
89 0 1 steps 1 sub {
90 steps div (function) cvx exec sethsbcolor
99 char *function; int steps)
102 width steps di
[all...]
H A DColorSB.c541 int depth, steps; local
557 if (csb->csb.visual_class == TrueColor) steps = width / 2;
558 else steps = width / 4;
568 _DPSCRGBBlend(csb->csb.context, 0.0, 0.0, w, h, "0 0", steps);
576 _DPSCRGBBlend(csb->csb.context, 0.0, 0.0, w, h, "0 exch 0", steps);
584 0.0, 0.0, w, h, "0 0 3 -1 roll", steps);
600 int depth, steps; local
617 if (csb->csb.visual_class == TrueColor) steps = width / 2;
618 else steps = width / 4;
628 _DPSCCMYKBlend(csb->csb.context, 0.0, 0.0, w, h, "0 0 0", steps);
672 int depth, steps; local
731 int depth, steps; local
2299 int steps; local
[all...]

Completed in 78 milliseconds