TIFFRGBAImageOK   496 3rdparty/libtiff/tif_getimage.c     if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) {
TIFFRGBAImageOK  2735 3rdparty/libtiff/tif_getimage.c     if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, 0, emsg)) {
TIFFRGBAImageOK  2799 3rdparty/libtiff/tif_getimage.c     if (!TIFFRGBAImageOK(tif, emsg)
TIFFRGBAImageOK   426 3rdparty/libtiff/tiffio.h extern int TIFFRGBAImageOK(TIFF*, char [1024]);
TIFFRGBAImageOK   228 modules/imgcodecs/src/grfmt_tiff.cpp             if(!TIFFRGBAImageOK( tif, errmsg ))