1 /*
2  * tifftclStubInit.c --
3  */
4 
5 #include <tiff.h>
6 
7 /*
8  * Remove macros that will interfere with the definitions below.
9  */
10 
11 
12 /*
13  * WARNING: The contents of this file is automatically generated by the
14  * genStubs.tcl script. Any modifications to the function declarations
15  * below should be made in the tifftcl.decls script.
16  */
17 
18 /* !BEGIN!: Do not edit below this line. */
19 
20 const TifftclStubs tifftclStubs = {
21     TCL_STUB_MAGIC,
22     0,
23     TIFFGetVersion, /* 0 */
24     TIFFFindCODEC, /* 1 */
25     TIFFRegisterCODEC, /* 2 */
26     TIFFUnRegisterCODEC, /* 3 */
27     _TIFFmalloc, /* 4 */
28     _TIFFrealloc, /* 5 */
29     _TIFFmemset, /* 6 */
30     _TIFFmemcpy, /* 7 */
31     _TIFFmemcmp, /* 8 */
32     _TIFFfree, /* 9 */
33     TIFFClose, /* 10 */
34     TIFFFlush, /* 11 */
35     TIFFFlushData, /* 12 */
36     TIFFGetField, /* 13 */
37     TIFFVGetField, /* 14 */
38     TIFFGetFieldDefaulted, /* 15 */
39     TIFFVGetFieldDefaulted, /* 16 */
40     TIFFReadDirectory, /* 17 */
41     TIFFScanlineSize, /* 18 */
42     TIFFRasterScanlineSize, /* 19 */
43     TIFFStripSize, /* 20 */
44     TIFFVStripSize, /* 21 */
45     TIFFTileRowSize, /* 22 */
46     TIFFTileSize, /* 23 */
47     TIFFVTileSize, /* 24 */
48     TIFFDefaultStripSize, /* 25 */
49     TIFFDefaultTileSize, /* 26 */
50     TIFFFileno, /* 27 */
51     TIFFGetMode, /* 28 */
52     TIFFIsTiled, /* 29 */
53     TIFFIsByteSwapped, /* 30 */
54     TIFFIsUpSampled, /* 31 */
55     TIFFIsMSB2LSB, /* 32 */
56     TIFFCurrentRow, /* 33 */
57     TIFFCurrentDirectory, /* 34 */
58     TIFFNumberOfDirectories, /* 35 */
59     TIFFCurrentDirOffset, /* 36 */
60     TIFFCurrentStrip, /* 37 */
61     TIFFCurrentTile, /* 38 */
62     TIFFReadBufferSetup, /* 39 */
63     TIFFWriteBufferSetup, /* 40 */
64     TIFFWriteCheck, /* 41 */
65     TIFFCreateDirectory, /* 42 */
66     TIFFLastDirectory, /* 43 */
67     TIFFSetDirectory, /* 44 */
68     TIFFSetSubDirectory, /* 45 */
69     TIFFUnlinkDirectory, /* 46 */
70     TIFFSetField, /* 47 */
71     TIFFVSetField, /* 48 */
72     TIFFWriteDirectory, /* 49 */
73     0, /* 50 */
74     TIFFPrintDirectory, /* 51 */
75     TIFFReadScanline, /* 52 */
76     TIFFWriteScanline, /* 53 */
77     TIFFReadRGBAImage, /* 54 */
78     TIFFReadRGBAStrip, /* 55 */
79     TIFFReadRGBATile, /* 56 */
80     TIFFRGBAImageOK, /* 57 */
81     TIFFRGBAImageBegin, /* 58 */
82     TIFFRGBAImageGet, /* 59 */
83     TIFFRGBAImageEnd, /* 60 */
84     TIFFOpen, /* 61 */
85     TIFFFdOpen, /* 62 */
86     TIFFClientOpen, /* 63 */
87     TIFFFileName, /* 64 */
88     TIFFError, /* 65 */
89     TIFFWarning, /* 66 */
90     TIFFSetErrorHandler, /* 67 */
91     TIFFSetWarningHandler, /* 68 */
92     TIFFSetTagExtender, /* 69 */
93     TIFFComputeTile, /* 70 */
94     TIFFCheckTile, /* 71 */
95     TIFFNumberOfTiles, /* 72 */
96     TIFFReadTile, /* 73 */
97     TIFFWriteTile, /* 74 */
98     TIFFComputeStrip, /* 75 */
99     TIFFNumberOfStrips, /* 76 */
100     TIFFReadEncodedStrip, /* 77 */
101     TIFFReadRawStrip, /* 78 */
102     TIFFReadEncodedTile, /* 79 */
103     TIFFReadRawTile, /* 80 */
104     TIFFWriteEncodedStrip, /* 81 */
105     TIFFWriteRawStrip, /* 82 */
106     TIFFWriteEncodedTile, /* 83 */
107     TIFFWriteRawTile, /* 84 */
108     TIFFSetWriteOffset, /* 85 */
109     TIFFSwabShort, /* 86 */
110     TIFFSwabLong, /* 87 */
111     TIFFSwabDouble, /* 88 */
112     TIFFSwabArrayOfShort, /* 89 */
113     TIFFSwabArrayOfLong, /* 90 */
114     TIFFSwabArrayOfDouble, /* 91 */
115     TIFFReverseBits, /* 92 */
116     TIFFGetBitRevTable, /* 93 */
117     TIFFErrorExt, /* 94 */
118     TIFFGetStrileByteCount, /* 95 */
119     TIFFGetStrileOffset, /* 96 */
120     0, /* 97 */
121     0, /* 98 */
122     0, /* 99 */
123     TIFFPredictorInit, /* 100 */
124     TIFFPredictorCleanup, /* 101 */
125     0, /* 102 */
126     0, /* 103 */
127     0, /* 104 */
128     0, /* 105 */
129     0, /* 106 */
130     0, /* 107 */
131     0, /* 108 */
132     0, /* 109 */
133     0, /* 110 */
134     TIFFMergeFieldInfo, /* 111 */
135     _TIFFPrintFieldInfo, /* 112 */
136     0, /* 113 */
137     TIFFFieldWithTag, /* 114 */
138     _TIFFMergeFields, /* 115 */
139     0, /* 116 */
140     0, /* 117 */
141     0, /* 118 */
142     0, /* 119 */
143     _TIFFgetMode, /* 120 */
144     _TIFFNoRowEncode, /* 121 */
145     _TIFFNoStripEncode, /* 122 */
146     _TIFFNoTileEncode, /* 123 */
147     _TIFFNoRowDecode, /* 124 */
148     _TIFFNoStripDecode, /* 125 */
149     _TIFFNoTileDecode, /* 126 */
150     _TIFFNoPostDecode, /* 127 */
151     _TIFFNoPreCode, /* 128 */
152     _TIFFNoSeek, /* 129 */
153     _TIFFSwab16BitData, /* 130 */
154     _TIFFSwab32BitData, /* 131 */
155     _TIFFSwab64BitData, /* 132 */
156     TIFFFlushData1, /* 133 */
157     TIFFFreeDirectory, /* 134 */
158     TIFFDefaultDirectory, /* 135 */
159     TIFFSetCompressionScheme, /* 136 */
160     _TIFFSetDefaultCompressionState, /* 137 */
161     _TIFFDefaultStripSize, /* 138 */
162     _TIFFDefaultTileSize, /* 139 */
163     _TIFFsetByteArray, /* 140 */
164     _TIFFsetString, /* 141 */
165     _TIFFsetShortArray, /* 142 */
166     _TIFFsetLongArray, /* 143 */
167     _TIFFsetFloatArray, /* 144 */
168     _TIFFsetDoubleArray, /* 145 */
169     _TIFFprintAscii, /* 146 */
170     _TIFFprintAsciiTag, /* 147 */
171     TIFFInitDumpMode, /* 148 */
172 #if !defined(PACKBITS_SUPPORT)
173     0, /* 149 */
174 #else  /* !PACKBITS_SUPPORT */
175     TIFFInitPackBits, /* 149 */
176 #endif /* !PACKBITS_SUPPORT */
177 #if !defined(CCITT_SUPPORT)
178     0, /* 150 */
179 #else  /* !CCITT_SUPPORT */
180     TIFFInitCCITTRLE, /* 150 */
181 #endif /* !CCITT_SUPPORT */
182 #if !defined(CCITT_SUPPORT)
183     0, /* 151 */
184 #else  /* !CCITT_SUPPORT */
185     TIFFInitCCITTRLEW, /* 151 */
186 #endif /* !CCITT_SUPPORT */
187 #if !defined(CCITT_SUPPORT)
188     0, /* 152 */
189 #else  /* !CCITT_SUPPORT */
190     TIFFInitCCITTFax3, /* 152 */
191 #endif /* !CCITT_SUPPORT */
192 #if !defined(CCITT_SUPPORT)
193     0, /* 153 */
194 #else  /* !CCITT_SUPPORT */
195     TIFFInitCCITTFax4, /* 153 */
196 #endif /* !CCITT_SUPPORT */
197 #if !defined(THUNDER_SUPPORT)
198     0, /* 154 */
199 #else  /* !THUNDER_SUPPORT */
200     TIFFInitThunderScan, /* 154 */
201 #endif /* !THUNDER_SUPPORT */
202 #if !defined(NEXT_SUPPORT)
203     0, /* 155 */
204 #else  /* !NEXT_SUPPORT */
205     TIFFInitNeXT, /* 155 */
206 #endif /* !NEXT_SUPPORT */
207 #if !defined(LZW_SUPPORT)
208     0, /* 156 */
209 #else  /* !LZW_SUPPORT */
210     TIFFInitLZW, /* 156 */
211 #endif /* !LZW_SUPPORT */
212 #if !defined(OJPEG_SUPPORT)
213     0, /* 157 */
214 #else  /* !OJPEG_SUPPORT */
215     TIFFInitOJPEG, /* 157 */
216 #endif /* !OJPEG_SUPPORT */
217 #if !defined(JPEG_SUPPORT)
218     0, /* 158 */
219 #else  /* !JPEG_SUPPORT */
220     TIFFInitJPEG, /* 158 */
221 #endif /* !JPEG_SUPPORT */
222 #if !defined(JBIG_SUPPORT)
223     0, /* 159 */
224 #else  /* !JBIG_SUPPORT */
225     TIFFInitJBIG, /* 159 */
226 #endif /* !JBIG_SUPPORT */
227 #if !defined(ZIP_SUPPORT)
228     0, /* 160 */
229 #else  /* !ZIP_SUPPORT */
230     TIFFInitZIP, /* 160 */
231 #endif /* !ZIP_SUPPORT */
232 #if !defined(PIXARLOG_SUPPORT)
233     0, /* 161 */
234 #else  /* !PIXARLOG_SUPPORT */
235     TIFFInitPixarLog, /* 161 */
236 #endif /* !PIXARLOG_SUPPORT */
237 #if !defined(LOGLUV_SUPPORT)
238     0, /* 162 */
239 #else  /* !LOGLUV_SUPPORT */
240     TIFFInitSGILog, /* 162 */
241 #endif /* !LOGLUV_SUPPORT */
242     _TIFFMultiplySSize, /* 163 */
243 };
244 
245 /* !END!: Do not edit above this line. */
246