79 static const char module[] =
"DumpModeDecode";
82#if defined(__WIN32__) && (defined(_MSC_VER) || defined(__MINGW32__))
84"Not enough data for scanline %lu, expected a request for at most %I64d bytes, got a request for %I64d bytes",
90"Not enough data for scanline %lu, expected a request for at most %lld bytes, got a request for %lld bytes",
93 (
signed long long)
cc);
GLenum GLuint GLenum GLsizei const GLchar * buf
TIFFCodeMethod tif_encodestrip
TIFFCodeMethod tif_encodetile
tmsize_t tif_scanlinesize
TIFFBoolMethod tif_fixuptags
TIFFCodeMethod tif_decodestrip
TIFFCodeMethod tif_decoderow
TIFFCodeMethod tif_encoderow
TIFFCodeMethod tif_decodetile
int TIFFInitDumpMode(TIFF *tif, int scheme)
static int DumpModeSeek(TIFF *tif, uint32 nrows)
static int DumpModeDecode(TIFF *tif, uint8 *buf, tmsize_t cc, uint16 s)
static int DumpFixupTags(TIFF *tif)
static int DumpModeEncode(TIFF *tif, uint8 *pp, tmsize_t cc, uint16 s)
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
void _TIFFmemcpy(void *d, const void *s, tmsize_t c)
int TIFFFlushData1(TIFF *tif)