Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFFRGBAImageBegin

268 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024])
530 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) {
2938 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) {
3010 || !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) {