Searched refs:tiff_status (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | tiff.c | 1216 tiff_status; in ReadTIFFImage() local 1561 tiff_status=TIFFGetField(tiff,TIFFTAG_YCBCRSUBSAMPLING,&horizontal, in ReadTIFFImage() 1563 if (tiff_status == 1) in ReadTIFFImage() 1621 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage() 1623 if (tiff_status == 1) in ReadTIFFImage() 1700 tiff_status=TIFFGetFieldDefaulted(tiff,TIFFTAG_EXTRASAMPLES,&extra_samples, in ReadTIFFImage() 1702 if (tiff_status == 1) in ReadTIFFImage() 1843 tiff_status=TIFFReadPixels(tiff,0,y,(char *) pixels); in ReadTIFFImage() 1844 if (tiff_status == -1) in ReadTIFFImage()
|