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

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A DHSBmap.c46 bb; local
55 bb = 255.0 * B;
56 p = (u_char) (bb * (1.0 - S));
57 q = (u_char) (bb * (1.0 - (S * f)));
58 t = (u_char) (bb * (1.0 - (S * (1.0 - f))));
61 *r = (u_char) bb;
67 *g = (u_char) bb;
72 *g = (u_char) bb;
78 *b = (u_char) bb;
83 *b = (u_char) bb;
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhsbramp.c67 double bb; local
76 bb = 255.0 * B;
77 p = (u_char) (bb * (1.0 - S));
78 q = (u_char) (bb * (1.0 - (S * f)));
79 t = (u_char) (bb * (1.0 - (S * (1.0 - f))));
82 *r = (u_char) bb;
88 *g = (u_char) bb;
93 *g = (u_char) bb;
99 *b = (u_char) bb;
104 *b = (u_char) bb;
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c67 static int ParseFileForBBox(FILE *file, XRectangle *bb);
183 XRectangle bb; local
196 if (ParseFileForBBox(epsf, &bb) == dps_status_failure) {
200 width = ceil(bb.width * pixelsPerPoint);
201 height = ceil(bb.height * pixelsPerPoint);
213 if (bbox != NULL) *bbox = bb;
219 static int ParseFileForBBox(FILE *file, XRectangle *bb) argument
282 bb->x = (int) x;
283 bb->y = (int) y;
284 bb
[all...]

Completed in 19 milliseconds