Searched refs:TIFFReadRGBAStripExt (Results 1 – 2 of 2) sorted by relevance
435 extern int TIFFReadRGBAStripExt(TIFF*, uint32, uint32 *, int stop_on_error );
2911 return TIFFReadRGBAStripExt(tif, row, raster, 0 ); in TIFFReadRGBAStrip()2915 TIFFReadRGBAStripExt(TIFF* tif, uint32 row, uint32 * raster, int stop_on_error) in TIFFReadRGBAStripExt() function