Searched refs:checkcmap (Results 1 – 5 of 5) sorted by relevance
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | tiff2dib.c | 33 static int checkcmap(int n, uint16* r, uint16* g, uint16* b); 138 if (checkcmap(1<<BitsPerSample, red, green, blue) == 16) in LoadTIFFinDIB() 221 static int checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() function
|
| /libtiff-4.0.7/tools/ |
| H A D | pal2rgb.c | 51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() function 170 cmap = checkcmap(1<<bitspersample, rmap, gmap, bmap); in main()
|
| H A D | tiff2bw.c | 81 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() function 231 if (checkcmap(in, 1<<bitspersample, red, green, blue) == 16) { in main()
|
| H A D | tiff2ps.c | 1701 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() function 1754 if (checkcmap(tif, num_colors, rmap, gmap, bmap) == 16) { in PS_Lvl2colorspace() 2558 if (checkcmap(tif, 1<<bitspersample, rmap, gmap, bmap) == 16) { in PSDataPalette()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 2410 checkcmap(TIFFRGBAImage* img) in checkcmap() function 2523 if (checkcmap(img) == 16) in buildMap()
|