Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c268 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) in TIFFRGBAImageBegin() function
530 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) { in TIFFReadRGBAImageOriented()
2938 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBAStripExt()
3010 || !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBATileExt()
Dtiffio.h438 extern int TIFFRGBAImageBegin(TIFFRGBAImage*, TIFF*, int, char [1024]);