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

/solaris-x11-s12/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-s12/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...]

Completed in 14 milliseconds