Home
last modified time | relevance | path

Searched refs:redcmap (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.h47 uint16* redcmap; /* colormap pallete */ member
H A Dtif_imageiter.c115 &img->redcmap, &img->greencmap, &img->bluecmap)) { in TIFFImageIterBegin()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c247 if( img->redcmap ) { in TIFFRGBAImageEnd()
248 _TIFFfree( img->redcmap ); in TIFFRGBAImageEnd()
283 img->redcmap = NULL; in TIFFRGBAImageBegin()
363 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
366 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()
371 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 ); in TIFFRGBAImageBegin()
497 _TIFFfree( img->redcmap ); in TIFFRGBAImageBegin()
500 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageBegin()
2412 uint16* r = img->redcmap; in checkcmap()
2426 uint16* r = img->redcmap; in cvtcmap()
[all …]
H A Dtiffio.h211 uint16* redcmap; /* colormap palette */ member