Searched refs:greencmap (Results 1 – 2 of 2) sorted by relevance
248 _TIFFfree( img->greencmap ); in TIFFRGBAImageEnd()250 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()283 img->greencmap = NULL; in TIFFRGBAImageBegin()370 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()372 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()378 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 ); in TIFFRGBAImageBegin()2524 uint16* g = img->greencmap; in checkcmap()2538 uint16* g = img->greencmap; in cvtcmap()2564 uint16* g = img->greencmap; in makecmap()
210 uint16* greencmap; member