Lines Matching full:tiff
30 * TIFF Library.
34 * This file contains support for decoding and encoding TIFF
100 * These macros glue the TIFF library state to
147 Fax3PreDecode(TIFF* tif, uint16 s)
180 Fax3Unexpected(const char* module, TIFF* tif, uint32 line, uint32 a0)
190 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0)
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
212 Fax3PrematureEOF(const char* module, TIFF* tif, uint32 line, uint32 a0)
227 Fax3Decode1D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
270 Fax3Decode2D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
489 Fax3FixupTags(TIFF* tif)
503 Fax3SetupState(TIFF* tif)
633 Fax3PutBits(TIFF* tif, unsigned int bits, unsigned int length)
668 putspan(TIFF* tif, int32 span, const tableentry* tab)
714 Fax3PutEOL(TIFF* tif)
753 Fax3PreEncode(TIFF* tif, uint16 s)
988 Fax3Encode1DRow(TIFF* tif, unsigned char* bp, uint32 bits)
1035 Fax3Encode2DRow(TIFF* tif, unsigned char* bp, unsigned char* rp, uint32 bits)
1080 Fax3Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
1120 Fax3PostEncode(TIFF* tif)
1130 Fax3Close(TIFF* tif)
1149 Fax3Cleanup(TIFF* tif)
1190 Fax3VSetField(TIFF* tif, uint32 tag, va_list ap)
1238 Fax3VGetField(TIFF* tif, uint32 tag, va_list ap)
1271 Fax3PrintDir(TIFF* tif, FILE* fd, long flags)
1329 InitCCITTFax3(TIFF* tif)
1398 TIFFInitCCITTFax3(TIFF* tif, int scheme)
1430 Fax4Decode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
1482 Fax4Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
1503 Fax4PostEncode(TIFF* tif)
1516 TIFFInitCCITTFax4(TIFF* tif, int scheme)
1554 Fax3DecodeRLE(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
1603 TIFFInitCCITTRLE(TIFF* tif, int scheme)
1620 TIFFInitCCITTRLEW(TIFF* tif, int scheme)