Home | History | Annotate | Download | only in libtiff

Lines Matching full:tiff

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