Searched refs:redcmap (Results 1 – 2 of 2) sorted by relevance
229 if( img->redcmap ) { in TIFFRGBAImageEnd()230 _TIFFfree( img->redcmap ); in TIFFRGBAImageEnd()233 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()262 img->redcmap = NULL; in TIFFRGBAImageBegin()342 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()345 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()350 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 ); in TIFFRGBAImageBegin()476 _TIFFfree( img->redcmap ); in TIFFRGBAImageBegin()479 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageBegin()2373 uint16* r = img->redcmap; in checkcmap()[all …]
211 uint16* redcmap; /* colormap pallete */ member