Home
last modified time | relevance | path

Searched refs:TIFFRGBAImageBegin (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffio.h437 extern int TIFFRGBAImageBegin(TIFFRGBAImage*, TIFF*, int, char [1024]);
Dtif_getimage.c266 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()