Searched refs:pixel (Results 1 - 19 of 19) 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...]
H A DXCrDynCmap.c84 colors[i].pixel = pixels[i];
88 colors[i].pixel = pixels[i];
H A Dxcolor.c70 color[i].pixel = i;
/solaris-x11-s12/open-src/app/cmap_compact/sun-src/
H A Dcmcsave.c137 color.pixel = i;
144 pixtype[color.pixel] = CELL_IGNORE;
151 pixtype[color.pixel] = CELL_IGNORE;
155 pixtype[color.pixel] = CELL_IGNORE;
175 (c++)->pixel = i;
/solaris-x11-s12/open-src/lib/pixman/
H A DMakefile3 # Pixman: The pixel-manipulation library for X and Cairo.
45 MODULE_DESC = the pixman pixel-manipulation library
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dimage.c89 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
101 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
145 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
H A Dhopalong.c116 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
119 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dxlock.c445 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
549 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
572 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
871 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
1193 Scr[screen].pixels[0] = fgcol[screen].pixel;
1194 Scr[screen].pixels[1] = bgcol[screen].pixel;
1227 Scr[screen].pixels[i] = xcolor.pixel;
1235 xswa.background_pixel = ssblack[screen].pixel;
1260 xswa.border_pixel = fgcol[screen].pixel;
1261 xswa.background_pixel = bgcol[screen].pixel;
[all...]
H A Dflame.c108 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
115 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dqix.c124 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
152 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
161 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Drotor.c168 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
231 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
248 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dswarm.c99 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
229 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
234 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dlife.c342 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
373 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
561 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
H A Dpyro.c201 pp->fgpixel = sswhite[screen].pixel;
202 pp->bgpixel = ssblack[screen].pixel;
274 color1 = color2 = sswhite[screen].pixel;
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
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...]
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 Dmultivis.c362 * from each window, but only Label a pixel in the Img once.
363 * That is, once a pixel has been Labeled, any more fetches
364 * from the same pixel position are discarded. Once all pixels
389 /* For each pixel in the returned Image */
398 /* If the pixel hasn't been labelled before */
400 /* label the pixel in the map with this window's cmap */
404 * Call a routine like mvFindColorInColormap() with the pixel
407 * But if its a full 32 bit pixel, and there are no
423 /* and pixel value */
424 pPel->pixel
[all...]
/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c238 std_colormap->base_pixel = color.pixel;
/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c462 vals.pixel = 0;

Completed in 58 milliseconds