Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h433 extern int TIFFReadRGBAStrip(TIFF*, uint32, uint32 * );
Dtif_getimage.c2908 TIFFReadRGBAStrip(TIFF* tif, uint32 row, uint32 * raster ) in TIFFReadRGBAStrip() function
/external/ImageMagick/coders/
Dtiff.c2027 if (TIFFReadRGBAStrip(tiff,(tstrip_t) y,(uint32 *) tiff_pixels) == 0) in ReadTIFFImage()
/external/ImageMagick/
Dconfigure.ac2774 AC_CHECK_LIB(tiff,TIFFReadRGBAStrip,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
Dconfigure33284 char TIFFReadRGBAStrip ();
33288 return TIFFReadRGBAStrip ();