Lines Matching refs:redcmap
247 if( img->redcmap ) { in TIFFRGBAImageEnd()
248 _TIFFfree( img->redcmap ); in TIFFRGBAImageEnd()
251 img->redcmap = img->greencmap = img->bluecmap = NULL; 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()
2452 uint16* r = img->redcmap; in makecmap()