Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtiff.c1629 *red_colormap; in ReadTIFFImage() local
1634 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1638 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1644 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1653 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()