Home
last modified time | relevance | path

Searched refs:red_colormap (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dtiff.c1616 *red_colormap; in ReadTIFFImage() local
1621 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1625 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1631 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1640 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()