Lines Matching refs:TIFF
94 typedef void (*TIFFVoidMethod)(TIFF*);
95 typedef int (*TIFFBoolMethod)(TIFF*);
96 typedef int (*TIFFPreMethod)(TIFF*, uint16);
97 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
98 typedef int (*TIFFSeekMethod)(TIFF*, uint32);
99 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size);
100 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32);
101 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*);
328 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
329 extern int _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
330 extern int _TIFFNoTileEncode(TIFF*, uint8* pp, tmsize_t cc, uint16 s);
331 extern int _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
332 extern int _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
333 extern int _TIFFNoTileDecode(TIFF*, uint8* pp, tmsize_t cc, uint16 s);
334 extern void _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc);
335 extern int _TIFFNoPreCode(TIFF* tif, uint16 s);
336 extern int _TIFFNoSeek(TIFF* tif, uint32 off);
337 extern void _TIFFSwab16BitData(TIFF* tif, uint8* buf, tmsize_t cc);
338 extern void _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc);
339 extern void _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc);
340 extern void _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc);
341 extern int TIFFFlushData1(TIFF* tif);
342 extern int TIFFDefaultDirectory(TIFF* tif);
343 extern void _TIFFSetDefaultCompressionState(TIFF* tif);
344 extern int _TIFFRewriteField(TIFF *, uint16, TIFFDataType, tmsize_t, void *);
345 extern int TIFFSetCompressionScheme(TIFF* tif, int scheme);
346 extern int TIFFSetDefaultCompressionState(TIFF* tif);
347 extern uint32 _TIFFDefaultStripSize(TIFF* tif, uint32 s);
348 extern void _TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th);
366 extern uint32 _TIFFMultiply32(TIFF*, uint32, uint32, const char*);
367 extern uint64 _TIFFMultiply64(TIFF*, uint64, uint64, const char*);
368 extern void* _TIFFCheckMalloc(TIFF*, tmsize_t, tmsize_t, const char*);
369 extern void* _TIFFCheckRealloc(TIFF*, void*, tmsize_t, tmsize_t, const char*);
375 _TIFFReadEncodedStripAndAllocBuffer(TIFF* tif, uint32 strip,
379 _TIFFReadEncodedTileAndAllocBuffer(TIFF* tif, uint32 tile,
383 _TIFFReadTileAndAllocBuffer(TIFF* tif,
386 extern int _TIFFSeekOK(TIFF* tif, toff_t off);
388 extern int TIFFInitDumpMode(TIFF*, int);
390 extern int TIFFInitPackBits(TIFF*, int);
393 extern int TIFFInitCCITTRLE(TIFF*, int), TIFFInitCCITTRLEW(TIFF*, int);
394 extern int TIFFInitCCITTFax3(TIFF*, int), TIFFInitCCITTFax4(TIFF*, int);
397 extern int TIFFInitThunderScan(TIFF*, int);
400 extern int TIFFInitNeXT(TIFF*, int);
403 extern int TIFFInitLZW(TIFF*, int);
406 extern int TIFFInitOJPEG(TIFF*, int);
409 extern int TIFFInitJPEG(TIFF*, int);
410 extern int TIFFJPEGIsFullStripRequired(TIFF*);
413 extern int TIFFInitJBIG(TIFF*, int);
416 extern int TIFFInitZIP(TIFF*, int);
419 extern int TIFFInitPixarLog(TIFF*, int);
422 extern int TIFFInitSGILog(TIFF*, int);
425 extern int TIFFInitLZMA(TIFF*, int);