Home
last modified time | relevance | path

Searched refs:checkcmap (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c33 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 Dpal2rgb.c51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() function
170 cmap = checkcmap(1<<bitspersample, rmap, gmap, bmap); in main()
H A Dtiff2bw.c81 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 Dtiff2ps.c1701 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 Dtif_getimage.c2410 checkcmap(TIFFRGBAImage* img) in checkcmap() function
2523 if (checkcmap(img) == 16) in buildMap()