Searched defs:tif (Results 1 - 25 of 58) sorted by relevance

123

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_close.c33 TIFFClose(TIFF* tif) argument
[all...]
H A Dtif_auxx.c38 TIFFDefaultTransferFunction(TIFF* tif, TIFFDirectory* td) argument
58 TIFFDefaultRefBlackWhite(TIFF* tif, TIFFDirectory* td) argument
79 TIFFVGetFieldDefaulted(TIFF* tif, ttag_t tag, va_list ap) argument
197 TIFFGetFieldDefaulted(TIFF* tif, ttag_t tag, ...) argument
[all...]
H A Dtif_dumpmode.c40 DumpModeEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
74 DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
98 DumpModeSeek(TIFF* tif, uint32 nrows) argument
109 TIFFInitDumpMode(TIFF* tif, int scheme) argument
[all...]
H A Dtif_codec.c102 _notConfigured(TIFF* tif) argument
112 NotConfigured(TIFF* tif, int scheme) argument
H A Dtif_dirinfo.c269 _TIFFSetupFieldInfo(TIFF* tif) argument
291 _TIFFMergeFieldInfo(TIFF* tif, const TIFFFieldInfo info[], int n) argument
319 _TIFFPrintFieldInfo(TIFF* tif, FILE* fd) argument
360 _TIFFSampleToTagType(TIFF* tif) argument
381 _TIFFFindFieldInfo(TIFF* tif, ttag_t tag, TIFFDataType dt) argument
403 _TIFFFieldWithTag(TIFF* tif, ttag_t tag) argument
[all...]
H A Dtif_next.c49 NeXTDecode(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s) argument
134 TIFFInitNeXT(TIFF* tif, in argument
[all...]
H A Dtif_packbits.c39 PackBitsPreEncode(TIFF* tif, tsample_t s) argument
65 PackBitsEncode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
194 PackBitsEncodeChunk(TIFF* tif, tidata_t bp, tsize_t cc, tsample_t s) argument
225 PackBitsDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
285 TIFFInitPackBits(TIFF* tif, int scheme) argument
[all...]
H A Dtif_strip.c38 TIFFComputeStrip(TIFF* tif, uint32 row, tsample_t sample) argument
60 TIFFNumberOfStrips(TIFF* tif) argument
77 TIFFVStripSize(TIFF* tif, uint32 nrows) argument
118 TIFFStripSize(TIFF* tif) argument
134 TIFFDefaultStripSize(TIFF* tif, uint32 request) argument
140 _TIFFDefaultStripSize(TIFF* tif, uint32 s) argument
162 TIFFScanlineSize(TIFF* tif) argument
180 TIFFRasterScanlineSize(TIFF* tif) argument
[all...]
H A Dtif_thunder.c67 ThunderDecode(TIFF* tif, tidata_t op, tsize_t maxpixels) argument
132 ThunderDecodeRow(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s) argument
147 TIFFInitThunderScan(TIFF* tif, int scheme) argument
[all...]
H A Dtif_compress.c35 TIFFNoEncode(TIFF* tif, char* method) argument
58 _TIFFNoRowEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
65 _TIFFNoStripEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
72 _TIFFNoTileEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
79 TIFFNoDecode(TIFF* tif, char* method) argument
94 _TIFFNoRowDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
101 _TIFFNoStripDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
108 _TIFFNoTileDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
115 _TIFFNoSeek(TIFF* tif, uint32 off) argument
124 _TIFFNoPreCode(TIFF* tif, tsample_t s) argument
130 _TIFFtrue(TIFF* tif) argument
131 _TIFFvoid(TIFF* tif) argument
134 _TIFFSetDefaultCompressionState(TIFF* tif) argument
156 TIFFSetCompressionScheme(TIFF* tif, int scheme) argument
[all...]
H A Dtif_tile.c38 TIFFComputeTile(TIFF* tif, uint32 x, uint32 y, uint32 z, tsample_t s) argument
75 TIFFCheckTile(TIFF* tif, uint32 x, uint32 y, uint32 z, tsample_t s) argument
107 TIFFNumberOfTiles(TIFF* tif) argument
134 TIFFTileRowSize(TIFF* tif) argument
151 TIFFVTileSize(TIFF* tif, uint32 nrows) argument
189 TIFFTileSize(TIFF* tif) argument
201 TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) argument
207 _TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) argument
[all...]
H A Dtif_zip.c90 ZIPSetupDecode(TIFF* tif) argument
109 ZIPPreDecode(TIFF* tif, tsample_ argument
121 ZIPDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
159 ZIPSetupEncode(TIFF* tif) argument
180 ZIPPreEncode(TIFF* tif, tsample_t s) argument
197 ZIPEncode(TIFF* tif, tidata_t bp, tsize_t cc, tsample_t s) argument
228 ZIPPostEncode(TIFF* tif) argument
259 ZIPCleanup(TIFF* tif) argument
276 ZIPVSetField(TIFF* tif, ttag_t tag, va_list ap) argument
300 ZIPVGetField(TIFF* tif, ttag_t tag, va_list ap) argument
321 TIFFInitZIP(TIFF* tif, int scheme) argument
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_flush.c33 TIFFFlush(TIFF* tif) argument
56 TIFFFlushData(TIFF* tif) argument
[all...]
H A Dtif_close.c46 TIFFCleanup(TIFF* tif) argument
111 TIFFClose(TIFF* tif) argument
[all...]
H A Dtif_extension.c44 ttag_t TIFFGetTagListEntry( TIFF *tif, int tag_index ) argument
66 void *TIFFGetClientInfo( TIFF *tif, const char *name ) argument
80 void TIFFSetClientInfo( TIFF *tif, void *data, const char *name ) argument
[all...]
H A Dtif_dumpmode.c38 DumpModeEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
71 DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
97 DumpModeSeek(TIFF* tif, uint32 nrows) argument
108 TIFFInitDumpMode(TIFF* tif, int scheme) argument
[all...]
H A Dtif_aux.c37 _TIFFCheckRealloc(TIFF* tif, tdata_t buffer, argument
59 _TIFFCheckMalloc(TIFF* tif, size_t nmemb, size_t elem_size, const char* what) argument
143 TIFFVGetFieldDefaulted(TIFF* tif, ttag_t tag, va_list ap) argument
272 TIFFGetFieldDefaulted(TIFF* tif, ttag_t tag, ...) argument
[all...]
H A Dtif_codec.c102 _notConfigured(TIFF* tif) argument
115 NotConfigured(TIFF* tif, int scheme) argument
[all...]
H A Dtif_next.c49 NeXTDecode(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s) argument
137 TIFFInitNeXT(TIFF* tif, int scheme) argument
[all...]
H A Dtif_packbits.c37 PackBitsPreEncode(TIFF* tif, tsample_t s) argument
54 PackBitsPostEncode(TIFF* tif) argument
72 PackBitsEncode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
199 PackBitsEncodeChunk(TIFF* tif, tidata_t bp, tsize_t cc, tsample_t s) argument
218 PackBitsDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
278 TIFFInitPackBits(TIFF* tif, int scheme) argument
[all...]
H A Dtif_thunder.c67 ThunderDecode(TIFF* tif, tidata_t op, tsize_t maxpixels) argument
134 ThunderDecodeRow(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s) argument
149 TIFFInitThunderScan(TIFF* tif, int scheme) argument
[all...]
H A Dtif_compress.c35 TIFFNoEncode(TIFF* tif, const char* method) argument
52 _TIFFNoRowEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
59 _TIFFNoStripEncode(TIFF* tif, tidata_ argument
66 _TIFFNoTileEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
73 TIFFNoDecode(TIFF* tif, const char* method) argument
89 _TIFFNoRowDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
96 _TIFFNoStripDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
103 _TIFFNoTileDecode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
110 _TIFFNoSeek(TIFF* tif, uint32 off) argument
119 _TIFFNoPreCode(TIFF* tif, tsample_t s) argument
125 _TIFFtrue(TIFF* tif) argument
126 _TIFFvoid(TIFF* tif) argument
129 _TIFFSetDefaultCompressionState(TIFF* tif) argument
153 TIFFSetCompressionScheme(TIFF* tif, int scheme) argument
[all...]
H A Dtif_print.c115 _TIFFPrettyPrintField(TIFF* tif, FILE* fd, ttag_t tag, argument
195 TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) argument
[all...]
H A Dtif_stream.cxx242 TIFF* tif; local
H A Dtif_strip.c35 summarize(TIFF* tif, size_t summand1, size_t summand2, const char* where) argument
52 multiply(TIFF* tif, size_t nmemb, size_t elem_size, const char* where) argument
68 TIFFComputeStrip(TIFF* tif, uint32 row, tsample_t sample) argument
90 TIFFNumberOfStrips(TIFF* tif) argument
107 TIFFVStripSize(TIFF* tif, uint32 nrows) argument
158 TIFFRawStripSize(TIFF* tif, tstrip_t strip) argument
182 TIFFStripSize(TIFF* tif) argument
198 TIFFDefaultStripSize(TIFF* tif, uint32 request) argument
204 _TIFFDefaultStripSize(TIFF* tif, uint32 s) argument
227 TIFFScanlineSize(TIFF* tif) argument
275 TIFFOldScanlineSize(TIFF* tif) argument
301 TIFFNewScanlineSize(TIFF* tif) argument
346 TIFFRasterScanlineSize(TIFF* tif) argument
[all...]

Completed in 136 milliseconds

123