Searched refs:TIFFRGBAImageBegin (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiffio.h | 437 extern int TIFFRGBAImageBegin(TIFFRGBAImage*, TIFF*, int, char [1024]);
|
D | tif_getimage.c | 266 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) in TIFFRGBAImageBegin() function 528 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) { in TIFFReadRGBAImageOriented() 2957 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBAStripExt() 3029 || !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBATileExt()
|