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

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A DXCrHsbCmap.c52 unsigned long pixel; local
62 pixel = WhitePixel(dsp, screen);
63 if (pixel < 256)
64 red[pixel] = green[pixel] = blue[pixel] = 0xff;
66 pixel = BlackPixel(dsp, screen);
67 if (pixel < 256)
68 red[pixel] = green[pixel]
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h77 typedef struct _pel { /* One for each pixel position */
79 unsigned long pixel; /* pixel value */ member in struct:_pel
83 * CAUTION: There will be one _pel for each pixel position in the
88 * if the pixel value is not of consequence to the application.
90 * pixel value, and operate on a relatively small dump area, so this
99 /* Return MVPel * for this pixel position */
H A Dxmag_multivis.c81 int npixelvalues; /* number of pixel values */
91 char *pix_font = NULL; /* for displaying pixel value */
151 " -bg colororpixelvalue background color or %pixel number",
377 char *back_color) /* color name or pixel value */
385 unsigned long border_pixel; /* pixel value for border */
538 border_pixel = cdef.pixel;
565 if (back_color[0] == '%') { /* pixel specifier */
581 back_pixel = cdef.pixel;
631 R, G, B offsets & order in the pixel.
924 * Button1 press displays pixel valu
1068 unsigned long pixel; /* image pixel values */ local
1279 unsigned long pixel; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c315 use pixel values 0 and 1; either is better than the alternative,
401 unsigned long pixel; local
405 pixel = (c->red_max * c->red_mult + c->green_max * c->green_mult +
407 if (pixel > max) return False;
417 unsigned long pixel; local
421 pixel = (c->red_max * c->red_mult + c->base_pixel) & 0xFFFFFFFF;
422 if (pixel > max) return False;
871 for (i = 0; i < entries; i++) ramp[i].pixel = i;
937 k = black->pixel;
938 w = white->pixel
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c1933 csb->csb.background = xc.pixel;
1936 xc.pixel = csb->csb.background;
2615 Pixel pixel; local
2655 pixel = XGetPixel(image, 0, 0);
2658 fg.pixel = pixel;
2806 csb->csb.background = xc.pixel;
2824 xc.pixel = pix;
2828 csb->csb.background = xc.pixel;

Completed in 49 milliseconds