Searched refs:greencmap (Results 1 – 2 of 2) sorted by relevance
250 _TIFFfree( img->greencmap ); in TIFFRGBAImageEnd()252 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()285 img->greencmap = NULL; in TIFFRGBAImageBegin()372 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()374 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()380 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 ); in TIFFRGBAImageBegin()2505 uint16* g = img->greencmap; in checkcmap()2519 uint16* g = img->greencmap; in cvtcmap()2545 uint16* g = img->greencmap; in makecmap()
212 uint16* greencmap; member