Home
last modified time | relevance | path

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

/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dtiff.c1509 *green_colormap = (uint16 *) NULL, in ReadTIFFImage() local
1516 &green_colormap,&blue_colormap); in ReadTIFFImage()
1520 (green_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1525 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1536 QuantumRange*green_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dtiff.c1509 *green_colormap = (uint16 *) NULL, in ReadTIFFImage() local
1516 &green_colormap,&blue_colormap); in ReadTIFFImage()
1520 (green_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1525 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1536 QuantumRange*green_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dtiff.c1613 *green_colormap = (uint16 *) NULL, in ReadTIFFImage() local
1620 &green_colormap,&blue_colormap); in ReadTIFFImage()
1624 (green_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1629 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1640 QuantumRange*green_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dtiff.c1613 *green_colormap = (uint16 *) NULL, in ReadTIFFImage() local
1620 &green_colormap,&blue_colormap); in ReadTIFFImage()
1624 (green_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1629 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1640 QuantumRange*green_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dtiff.c1270 *green_colormap, in InitializeImageColormap() local
1274 &green_colormap,&blue_colormap); in InitializeImageColormap()
1277 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in InitializeImageColormap()
1288 (((double) MaxRGB*green_colormap[i])/range+0.5); in InitializeImageColormap()