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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
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 1167 milliseconds