Searched refs:pixel (Results 1 - 21 of 21) 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...]
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-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcsave.c138 color.pixel = i;
145 pixtype[color.pixel] = CELL_IGNORE;
152 pixtype[color.pixel] = CELL_IGNORE;
156 pixtype[color.pixel] = CELL_IGNORE;
176 (c++)->pixel = i;
/solaris-x11-s11/open-src/lib/pixman/
H A DMakefile3 # Pixman: The pixel-manipulation library for X and Cairo.
56 MODULE_DESC = the pixman pixel-manipulation library
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dimage.c93 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
105 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
150 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
H A Dhopalong.c114 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
117 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dxlock.c418 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
541 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
564 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
877 XSetForeground(dsp, Scr[screen].gc, bgcol[screen].pixel);
1230 Scr[screen].pixels[0] = fgcol[screen].pixel;
1231 Scr[screen].pixels[1] = bgcol[screen].pixel;
1264 Scr[screen].pixels[i] = xcolor.pixel;
1272 xswa.background_pixel = ssblack[screen].pixel;
1297 xswa.border_pixel = fgcol[screen].pixel;
1298 xswa.background_pixel = bgcol[screen].pixel;
[all...]
H A Dflame.c110 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
117 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dqix.c125 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
154 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
163 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Drotor.c174 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
238 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
255 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dswarm.c101 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
226 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
231 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
H A Dlife.c352 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
381 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
571 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
H A Dpyro.c194 pp->fgpixel = sswhite[screen].pixel;
195 pp->bgpixel = ssblack[screen].pixel;
269 color1 = color2 = sswhite[screen].pixel;
/solaris-x11-s11/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-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/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c235 std_colormap->base_pixel = color.pixel;
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c461 vals.pixel = 0;
/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 3942 milliseconds