/dports/graphics/liblug/lug/show/ |
H A D | sgi.c | 54 show_bitmap( name, image, ditherflag ) in show_bitmap() argument 57 int ditherflag; /* only for compatibility */ 60 show_window_bitmap( name, image, ditherflag ); 64 show_window_bitmap( name, image, ditherflag ) in show_window_bitmap() argument 67 int ditherflag; /* only for compatibility */
|
H A D | hp.c | 46 show_bitmap( name, image, ditherflag ) in show_bitmap() argument 49 int ditherflag; 76 if ( ditherflag )
|
H A D | pc.c | 47 show_bitmap( name, in, ditherflag ) in show_bitmap() argument 50 int ditherflag; 109 if ( ditherflag ) {
|
H A D | linux.c | 57 show_bitmap( name, in, ditherflag ) in show_bitmap() argument 60 int ditherflag; 137 if ( ditherflag ) {
|
/dports/graphics/liblug/lug/examples/ |
H A D | spcfade.c | 23 int ditherflag = 0; local 38 ditherflag++; 60 show_bitmap2( argv[i], &in, ditherflag ); 116 show_bitmap2( name, in, ditherflag ) in show_bitmap2() argument 119 int ditherflag; 192 if ( ditherflag ) {
|
H A D | spc.c | 19 int ditherflag = 0; local 34 ditherflag++; 55 show_bitmap( argv[i], &in, ditherflag );
|
H A D | slinux.c | 19 int ditherflag = 0; local 34 ditherflag++; 55 show_bitmap( argv[i], &in, ditherflag );
|
/dports/graphics/liblug/lug/contrib/ |
H A D | sco.c | 76 show_bitmap( name, in, ditherflag ) in show_bitmap() argument 79 int ditherflag; 135 if ( ditherflag ) {
|
H A D | os.c | 64 show_bitmap( name, in, ditherflag ) in show_bitmap() argument 67 int ditherflag; 141 if ( ditherflag ) {
|
/dports/graphics/leptonica/leptonica-1.76.0/src/ |
H A D | colorquant2.c | 196 static PIX *pixQuantizeWithColormap(PIX *pixs, l_int32 ditherflag, 258 l_int32 ditherflag) in pixMedianCutQuant() argument 260 return pixMedianCutQuantGeneral(pixs, ditherflag, in pixMedianCutQuant() 309 l_int32 ditherflag, in pixMedianCutQuantGeneral() argument 397 pixd = pixQuantizeWithColormap(pixs, ditherflag, outdepth, cmap, in pixMedianCutQuantGeneral() 404 if (ditherflag || subsample > 1) /* use full color space */ in pixMedianCutQuantGeneral() 513 pixd = pixQuantizeWithColormap(pixs, ditherflag, outdepth, cmap, in pixMedianCutQuantGeneral() 950 l_int32 ditherflag, in pixQuantizeWithColormap() argument 974 if (ditherflag) in pixQuantizeWithColormap() 989 if (ditherflag == 0) { in pixQuantizeWithColormap()
|
H A D | colorquant1.c | 537 l_int32 ditherflag) in pixOctreeColorQuant() argument 672 ditherflag = 0; in pixOctreeColorQuantGeneral() 976 l_int32 ditherflag) in pixOctreeQuantizePixels() argument 1018 if (ditherflag == 0) { /* no dithering */ in pixOctreeQuantizePixels() 1703 l_int32 ditherflag) in pixOctreeQuantByPopulation() argument 1730 ditherflag = 0; in pixOctreeQuantByPopulation() 1892 if (ditherflag) { in pixOctreeQuantByPopulation() 1920 if (ditherflag == 0) { in pixOctreeQuantByPopulation() 2807 l_int32 ditherflag) in pixFixedOctcubeQuant256() argument 2829 ditherflag = 0; in pixFixedOctcubeQuant256() [all …]
|
H A D | pixconv.c | 1413 l_int32 ditherflag) in pixConvertRGBToColormap() argument 1440 if (ditherflag) in pixConvertRGBToColormap() 1446 return pixOctreeColorQuant(pixs, 240, ditherflag); in pixConvertRGBToColormap()
|
H A D | allheaders.h | 510 LEPT_DLL extern PIX * pixOctreeColorQuant ( PIX *pixs, l_int32 colors, l_int32 ditherflag ); 511 LEPT_DLL extern PIX * pixOctreeColorQuantGeneral ( PIX *pixs, l_int32 colors, l_int32 ditherflag, l… 514 LEPT_DLL extern PIX * pixOctreeQuantByPopulation ( PIX *pixs, l_int32 level, l_int32 ditherflag ); 517 LEPT_DLL extern PIX * pixFixedOctcubeQuant256 ( PIX *pixs, l_int32 ditherflag ); 528 LEPT_DLL extern PIX * pixMedianCutQuant ( PIX *pixs, l_int32 ditherflag ); 529 LEPT_DLL extern PIX * pixMedianCutQuantGeneral ( PIX *pixs, l_int32 ditherflag, l_int32 outdepth, l… 1894 LEPT_DLL extern PIX * pixConvertRGBToColormap ( PIX *pixs, l_int32 ditherflag );
|
/dports/devel/upp/upp/bazaar/PixRaster/lib/ |
H A D | colorquant2.c | 185 static PIX *pixQuantizeWithColormap(PIX *pixs, l_int32 ditherflag, 245 l_int32 ditherflag) in pixMedianCutQuant() argument 247 return pixMedianCutQuantGeneral(pixs, ditherflag, in pixMedianCutQuant() 294 l_int32 ditherflag, in pixMedianCutQuantGeneral() argument 382 pixd = pixQuantizeWithColormap(pixs, ditherflag, outdepth, cmap, in pixMedianCutQuantGeneral() 389 if (ditherflag || subsample > 1) /* use full color space */ in pixMedianCutQuantGeneral() 498 pixd = pixQuantizeWithColormap(pixs, ditherflag, outdepth, cmap, in pixMedianCutQuantGeneral() 926 l_int32 ditherflag, in pixQuantizeWithColormap() argument 950 if (ditherflag) in pixQuantizeWithColormap() 965 if (ditherflag == 0) { in pixQuantizeWithColormap()
|
H A D | colorquant1.c | 500 l_int32 ditherflag) in pixOctreeColorQuant() argument 631 ditherflag = 0; in pixOctreeColorQuantGeneral() 934 l_int32 ditherflag) in pixOctreeQuantizePixels() argument 976 if (ditherflag == 0) { /* no dithering */ in pixOctreeQuantizePixels() 1643 l_int32 ditherflag) in pixOctreeQuantByPopulation() argument 1670 ditherflag = 0; in pixOctreeQuantByPopulation() 1835 if (ditherflag) { in pixOctreeQuantByPopulation() 1863 if (ditherflag == 0) { in pixOctreeQuantByPopulation() 2744 l_int32 ditherflag) in pixFixedOctcubeQuant256() argument 2766 ditherflag = 0; in pixFixedOctcubeQuant256() [all …]
|
H A D | pixconv.c | 1062 l_int32 ditherflag) in pixConvertRGBToColormap() argument 1087 if (ditherflag) in pixConvertRGBToColormap() 1093 return pixOctreeColorQuant(pixs, 240, ditherflag); in pixConvertRGBToColormap()
|
H A D | leptprotos.h | 354 LEPT_DLL extern PIX * pixOctreeColorQuant ( PIX *pixs, l_int32 colors, l_int32 ditherflag ); 355 LEPT_DLL extern PIX * pixOctreeColorQuantGeneral ( PIX *pixs, l_int32 colors, l_int32 ditherflag, l… 358 LEPT_DLL extern PIX * pixOctreeQuantByPopulation ( PIX *pixs, l_int32 level, l_int32 ditherflag ); 361 LEPT_DLL extern PIX * pixFixedOctcubeQuant256 ( PIX *pixs, l_int32 ditherflag ); 373 LEPT_DLL extern PIX * pixMedianCutQuant ( PIX *pixs, l_int32 ditherflag ); 374 LEPT_DLL extern PIX * pixMedianCutQuantGeneral ( PIX *pixs, l_int32 ditherflag, l_int32 outdepth, l… 1201 LEPT_DLL extern PIX * pixConvertRGBToColormap ( PIX *pixs, l_int32 ditherflag );
|
/dports/graphics/liblug/lug/docs/ |
H A D | README | 130 show_bitmap( char *name, bitmap_hdr *bitmap, int ditherflag ) 133 show_bitmap( char *name, bitmap_hdr *bitmap, int ditherflag ) 136 show_bitmap( char *name, bitmap_hdr *bitmap, int ditherflag ) 139 show_bitmap( char *name, bitmap_hdr *bitmap, int ditherflag )
|
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/ |
H A D | allheaders.h | 492 LEPT_DLL extern PIX * pixOctreeColorQuant ( PIX *pixs, l_int32 colors, l_int32 ditherflag ); 493 LEPT_DLL extern PIX * pixOctreeColorQuantGeneral ( PIX *pixs, l_int32 colors, l_int32 ditherflag, l… 496 LEPT_DLL extern PIX * pixOctreeQuantByPopulation ( PIX *pixs, l_int32 level, l_int32 ditherflag ); 499 LEPT_DLL extern PIX * pixFixedOctcubeQuant256 ( PIX *pixs, l_int32 ditherflag ); 510 LEPT_DLL extern PIX * pixMedianCutQuant ( PIX *pixs, l_int32 ditherflag ); 511 LEPT_DLL extern PIX * pixMedianCutQuantGeneral ( PIX *pixs, l_int32 ditherflag, l_int32 outdepth, l… 1854 LEPT_DLL extern PIX * pixConvertRGBToColormap ( PIX *pixs, l_int32 ditherflag );
|