Home
last modified time | relevance | path

Searched refs:bwmap (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/urt/urt-3.1b1_12/lib/
H A Ddither.c142 bwdithermap( levels, gamma, bwmap, divN, modN, magic ) in bwdithermap() argument
145 int bwmap[];
163 bwmap[i] = gammamap[(int)(0.5 + i * N)];
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dgetsun.c480 int rgbmap[256][3], bwmap[256]; in init_color() local
519 bwdithermap( levels, disp_gam, bwmap, divN, modN, dm16 ); in init_color()
527 colormap[0][i] = (u_char)bwmap[i]&0xff; in init_color()
528 colormap[1][i] = (u_char)bwmap[i]&0xff; in init_color()
529 colormap[2][i] = (u_char)bwmap[i]&0xff; in init_color()
H A Dget_orion.c266 int i, bwmap[256]; in init_monochrome_colour_map() local
274 bwdithermap(n_colmap_colours, gamma, bwmap, divN, errN, dm16); in init_monochrome_colour_map()
276 colmap[i][0] = colmap[i][1] = colmap[i][2] = bwmap[i]; in init_monochrome_colour_map()
H A Dgetx10.c937 int i, rgbmap[256][3], bwmap[256]; in init_color() local
1021 bwdithermap( levels, disp_gam, bwmap, divN, modN, dm16 ); in init_color()
1030 colmap[i].red = bwmap[i] << 8; in init_color()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11dither.c144 bwdithermap(int levels, double gamma, int bwmap[]) in bwdithermap() argument
159 bwmap[i] = gammamap[(int)(0.5 + i * N)]; in bwdithermap()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbmpio.c58 RGBA_QUAD bwmap[2] = { {255,255,255,255}, {0,0,0,255} }; variable
456 cmaplen = sizeof(bwmap); in pixWriteMemBmp()
458 cta = (l_uint8 *)bwmap; in pixWriteMemBmp()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbmpio.c40 RGBA_QUAD bwmap[2] = { {255,255,255,0}, {0,0,0,0} }; variable
333 cmaplen = sizeof(bwmap); in pixWriteStreamBmp()
335 cta = (l_uint8 *)bwmap; in pixWriteStreamBmp()
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle.h347 extern void bwdithermap( int levels, double gamma, int bwmap[],
/dports/graphics/urt/urt-3.1b1_12/include/
H A Drle.h379 extern void bwdithermap( int levels, double gamma, int bwmap[],
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drlelib.c1453 bwdithermap(levels, gamma, bwmap, divN, modN, magic) in bwdithermap() argument
1455 int bwmap[];
1472 bwmap[i] = gammamap[(int)(0.5 + i * N)];
/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.c1449 bwdithermap( levels, gamma, bwmap, divN, modN, magic ) in bwdithermap() argument
1451 int bwmap[];
1468 bwmap[i] = gammamap[(int)(0.5 + i * N)];