Lines Matching defs:tif
35 TIFFNoEncode(TIFF* tif, const char* method) in TIFFNoEncode()
52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode()
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode()
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode()
73 TIFFNoDecode(TIFF* tif, const char* method) in TIFFNoDecode()
89 _TIFFNoFixupTags(TIFF* tif) in _TIFFNoFixupTags()
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode()
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripDecode()
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode()
117 _TIFFNoSeek(TIFF* tif, uint32 off) in _TIFFNoSeek()
126 _TIFFNoPreCode(TIFF* tif, uint16 s) in _TIFFNoPreCode()
132 static int _TIFFtrue(TIFF* tif) { (void) tif; return (1); } in _TIFFtrue()
133 static void _TIFFvoid(TIFF* tif) { (void) tif; } in _TIFFvoid()
136 _TIFFSetDefaultCompressionState(TIFF* tif) in _TIFFSetDefaultCompressionState()
161 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme()