Searched refs:redcmap (Results 1 – 4 of 4) sorted by relevance
47 uint16* redcmap; /* colormap pallete */ member
115 &img->redcmap, &img->greencmap, &img->bluecmap)) { in TIFFImageIterBegin()
247 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 …]
211 uint16* redcmap; /* colormap palette */ member