Home
last modified time | relevance | path

Searched refs:plane_masks (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dalpha.c73 unsigned long *plane_masks, in permute_colors() argument
89 this_mask |= plane_masks [bit]; in permute_colors()
98 int nplanes, unsigned long *plane_masks, in allocate_color_planes() argument
102 !XAllocColorCells (dpy, cmap, False, plane_masks, nplanes, in allocate_color_planes()
114 unsigned long *plane_masks, in initialize_transparency_colormap() argument
123 colors[i].pixel = base_pixel | plane_masks [i]; in initialize_transparency_colormap()
124 permute_colors (colors, all_colors, nplanes, plane_masks, additive_p); in initialize_transparency_colormap()
142 unsigned long **plane_masks, in allocate_alpha_colors() argument
178 (*plane_masks)[i] = random() & masks; in allocate_alpha_colors()
192 free(*plane_masks); in allocate_alpha_colors()
[all …]
H A Dalpha.h19 unsigned long **plane_masks,
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Dcolor.c1193 int nplanes, unsigned long *plane_masks, in allocate_color_planes() argument
1197 !XAllocColorCells (dpy, cmap, False, plane_masks, nplanes, in allocate_color_planes()
1244 unsigned long *plane_masks, in permute_colors() argument
1260 this_mask |= plane_masks [bit]; in permute_colors()
1270 unsigned long *plane_masks, in initialize_transparency_colormap() argument
1279 colors[i].pixel = base_pixel | plane_masks [i]; in initialize_transparency_colormap()
1280 permute_colors (colors, all_colors, nplanes, plane_masks, additive_p); in initialize_transparency_colormap()
1382 unsigned long **plane_masks, in allocate_alpha_colors() argument
1421 (*plane_masks)[i] = LRAND() & masks; in allocate_alpha_colors()
1435 free(*plane_masks); in allocate_alpha_colors()
[all …]
H A Dcolor.h176 unsigned long **plane_masks,
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Ddeluxe.c51 unsigned long **plane_masks,
109 unsigned long base_pixel, *plane_masks; member
214 if ( dlp->plane_masks ) in free_deluxe_screen()
216 free( dlp->plane_masks ); in free_deluxe_screen()
217 dlp->plane_masks = (unsigned long*) NULL; in free_deluxe_screen()
357 dlp->plane_masks[NRAND(dlp->nplanes)]; in make_throbber()
467 &dlp->nplanes, True, &dlp->plane_masks, in init_deluxe()
H A Dgoop.c416 unsigned long *plane_masks = NULL; in init_goop() local
486 if (gp->mode == transparent && plane_masks) { in init_goop()
488 gp->layers[i].pixel = base_pixel | plane_masks[i]; in init_goop()
491 if (plane_masks != NULL) in init_goop()
492 free(plane_masks); in init_goop()
/dports/x11/ico/ico-1.0.5/
H A Dico.c122 unsigned long *plane_masks; /* points into dbpair.plane_masks */ member
136 unsigned long *plane_masks; /* size = totalplanes */ member
740 closure->plane_masks = (unsigned long *) in initDBufs()
745 b->plane_masks = closure->plane_masks + (i*planesperbuf); in initDBufs()
754 closure->plane_masks[0] = fg ^ bg; in initDBufs()
757 closure->plane_masks,closure->totalplanes, closure->pixels,1); in initDBufs()
781 b->colors[jj].pixel ^= closure->plane_masks[k]; in initDBufs()
789 b->enplanemask |= b->plane_masks[j]; in initDBufs()
795 b->pixels[j] ^= b->plane_masks[k]; in initDBufs()
/dports/x11/mxico/mxico/
H A Dmxico.c124 unsigned long *plane_masks; /* points into dbpair.plane_masks */ member
138 unsigned long *plane_masks; /* size = totalplanes */ member
735 closure->plane_masks = (unsigned long *) in initDBufs()
740 b->plane_masks = closure->plane_masks + (i*planesperbuf); in initDBufs()
749 closure->plane_masks[0] = fg ^ bg; in initDBufs()
752 closure->plane_masks,closure->totalplanes, closure->pixels,1); in initDBufs()
776 b->colors[jj].pixel ^= closure->plane_masks[k]; in initDBufs()
784 b->enplanemask |= b->plane_masks[j]; in initDBufs()
790 b->pixels[j] ^= b->plane_masks[k]; in initDBufs()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dgoop.c341 unsigned long *plane_masks = 0; in make_goop() local
384 &nplanes, goop->additive_p, &plane_masks, in make_goop()
412 if (goop->mode == transparent && plane_masks) in make_goop()
415 goop->layers[i]->pixel = base_pixel | plane_masks[i]; in make_goop()
420 if (plane_masks) in make_goop()
421 free (plane_masks); in make_goop()
H A Ddeluxe.c29 unsigned long base_pixel, *plane_masks; member
182 gcv.plane_mask = st->base_pixel | st->plane_masks[random() % st->nplanes]; in make_throbber()
305 &st->nplanes, True, &st->plane_masks, in deluxe_init()
431 if (st->plane_masks) free (st->plane_masks); in deluxe_free()
H A Dqix.c219 unsigned long *plane_masks = 0; in qix_init() local
225 &nplanes, st->additive_p, &plane_masks, in qix_init()
254 gcv.plane_mask = plane_masks [i]; in qix_init()
290 if (plane_masks) in qix_init()
291 free (plane_masks); in qix_init()
/dports/lang/ptoc/ptoc/Xbgi/
H A Dgetpixel.c16 ximage = XGetImage(dpy, window, x, y, 1, 1, plane_masks, XYPixmap); in getpixel()
H A Dputimage.c62 XSetPlaneMask(dpy, op_gc, plane_masks); in putimage()
H A Dinitgraph.c37 unsigned long plane_masks; variable
328 plane_masks = plane_mask[0]|plane_mask[1]|plane_mask[2]|plane_mask[3]; in initgraph()
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dxsetup.c474 unsigned long plane_masks[2]; local
477 if (XAllocColorCells(display,colormap,False,plane_masks,2,pixels,1) == 0) {
486 background_color.pixel = background = pixels[0] | plane_masks[0];
489 background_color.pixel = pixels[0] | plane_masks[1];
492 plane_masks[0] | plane_masks[1];
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/X11/
H A Dcolors.c55 unsigned long plane_masks; in allocate_colors() local
71 &plane_masks, 0, pixels, in allocate_colors()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dtkwin.c1347 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocBGFG() local
1360 plane_masks, 0, pixels, 1 ) ) in AllocBGFG()
1375 plane_masks, 0, pixels, npixels ) ) in AllocBGFG()
1539 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCustomMap() local
1574 plane_masks, 0, pixels, npixels ) ) in AllocCustomMap()
1648 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCmap0() local
1660 plane_masks, 0, &pixels[1], npixels ) ) in AllocCmap0()
1695 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCmap1() local
1707 plane_masks, 0, pixels, npixels ) ) in AllocCmap1()
H A Dxwin.c2729 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocBGFG() local
2740 plane_masks, 0, pixels, 1 ) ) in AllocBGFG()
2762 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocBGFG()
2919 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCustomMap() local
2950 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocCustomMap()
3044 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap0() local
3052 plane_masks, 0, &pixels[1], (unsigned int) npixels ) ) in AllocCmap0()
3144 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap1() local
3160 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocCmap1()
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dtkwin.c1347 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocBGFG() local
1360 plane_masks, 0, pixels, 1 ) ) in AllocBGFG()
1375 plane_masks, 0, pixels, npixels ) ) in AllocBGFG()
1539 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCustomMap() local
1574 plane_masks, 0, pixels, npixels ) ) in AllocCustomMap()
1648 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCmap0() local
1660 plane_masks, 0, &pixels[1], npixels ) ) in AllocCmap0()
1695 unsigned long plane_masks[1], pixels[MAX_COLORS]; in AllocCmap1() local
1707 plane_masks, 0, pixels, npixels ) ) in AllocCmap1()
H A Dxwin.c2729 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocBGFG() local
2740 plane_masks, 0, pixels, 1 ) ) in AllocBGFG()
2762 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocBGFG()
2919 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCustomMap() local
2950 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocCustomMap()
3044 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap0() local
3052 plane_masks, 0, &pixels[1], (unsigned int) npixels ) ) in AllocCmap0()
3144 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap1() local
3160 plane_masks, 0, pixels, (unsigned int) npixels ) ) in AllocCmap1()
/dports/math/fricas/fricas-1.3.7/src/lib/
H A Dspadcolors.c493 unsigned long plane_masks[1]; in AllocCells() local
527 plane_masks, 0, pixels, smoothConst + 1)) { in AllocCells()
/dports/games/fkiss/fkiss-0.33/
H A Dcolor.c169 unsigned long plane_masks[1]; in alloc_private_colorcells() local
173 if (!XAllocColorCells(dsp, cmap, False, plane_masks, 0, pixels, colcnt)) { in alloc_private_colorcells()
/dports/x11/xtacy/Xtacy/
H A Dcolor.c381 unsigned long *plane_masks=0; in get_them_colors() local
412 if (XAllocColorCells(display,colmap, True , plane_masks, in get_them_colors()
467 if (XAllocColorCells(display, colmap, True, plane_masks, in get_them_colors()
565 if (XAllocColorCells(display,colmap, True, plane_masks, mask_for, in get_them_colors()
/dports/x11/libsx/libsx/src/
H A Dcolormap.c329 unsigned long pixels[1], plane_masks[1]; in GetPrivateColor() local
339 &plane_masks[0], 0, &pixels[0], 1); in GetPrivateColor()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dxwin.c2533 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocBGFG() local
2544 plane_masks, 0, pixels, 1) ) in AllocBGFG()
2564 plane_masks, 0, pixels, npixels)) in AllocBGFG()
2712 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCustomMap() local
2741 plane_masks, 0, pixels, npixels)) in AllocCustomMap()
2826 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap0() local
2833 plane_masks, 0, &pixels[1], npixels)) in AllocCmap0()
2918 unsigned long plane_masks[1], pixels[RWMAP_MAX_COLORS]; in AllocCmap1() local
2933 plane_masks, 0, pixels, npixels)) in AllocCmap1()

12