Searched refs:bluecmap (Results 1 – 4 of 4) sorted by relevance
49 uint16* bluecmap; member
115 &img->redcmap, &img->greencmap, &img->bluecmap)) { in TIFFImageIterBegin()
250 _TIFFfree( img->bluecmap ); in TIFFRGBAImageEnd()251 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()285 img->bluecmap = NULL; in TIFFRGBAImageBegin()365 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()366 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()373 _TIFFmemcpy( img->bluecmap, blue_orig, n_color * 2 ); in TIFFRGBAImageBegin()499 _TIFFfree( img->bluecmap ); in TIFFRGBAImageBegin()500 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageBegin()2414 uint16* b = img->bluecmap; in checkcmap()2428 uint16* b = img->bluecmap; in cvtcmap()[all …]
213 uint16* bluecmap; member