1 /*
2  * tkimgStubInit.c --
3  */
4 
5 #include "tkimg.h"
6 
7 /*
8  * WARNING: The contents of this file is automatically generated by the
9  * genStubs.tcl script. Any modifications to the function declarations
10  * below should be made in the tkimg.decls script.
11  */
12 
13 MODULE_SCOPE const TkimgStubs tkimgStubs;
14 
15 /* !BEGIN!: Do not edit below this line. */
16 
17 const TkimgStubs tkimgStubs = {
18     TCL_STUB_MAGIC,
19     0,
20     tkimg_OpenFileChannel, /* 0 */
21     tkimg_ReadInit, /* 1 */
22     tkimg_WriteInit, /* 2 */
23     tkimg_Getc, /* 3 */
24     tkimg_Read, /* 4 */
25     tkimg_Putc, /* 5 */
26     tkimg_Write, /* 6 */
27     tkimg_ReadBuffer, /* 7 */
28     tkimg_Read2, /* 8 */
29     tkimg_Write2, /* 9 */
30     tkimg_PhotoPutBlock, /* 10 */
31     tkimg_PhotoExpand, /* 11 */
32     tkimg_PhotoSetSize, /* 12 */
33     0, /* 13 */
34     0, /* 14 */
35     0, /* 15 */
36     0, /* 16 */
37     0, /* 17 */
38     0, /* 18 */
39     0, /* 19 */
40     0, /* 20 */
41     0, /* 21 */
42     0, /* 22 */
43     0, /* 23 */
44     0, /* 24 */
45     0, /* 25 */
46     0, /* 26 */
47     0, /* 27 */
48     0, /* 28 */
49     0, /* 29 */
50     tkimg_GetStringFromObj, /* 30 */
51     tkimg_GetByteArrayFromObj, /* 31 */
52     tkimg_ListObjGetElements, /* 32 */
53     tkimg_GetStringFromObj2, /* 33 */
54     tkimg_GetByteArrayFromObj2, /* 34 */
55     0, /* 35 */
56     0, /* 36 */
57     0, /* 37 */
58     0, /* 38 */
59     0, /* 39 */
60     0, /* 40 */
61     0, /* 41 */
62     0, /* 42 */
63     0, /* 43 */
64     0, /* 44 */
65     0, /* 45 */
66     0, /* 46 */
67     0, /* 47 */
68     0, /* 48 */
69     0, /* 49 */
70     tkimg_IsIntel, /* 50 */
71     tkimg_CreateGammaTable, /* 51 */
72     tkimg_LookupGammaTable, /* 52 */
73     tkimg_UShortToUByte, /* 53 */
74     tkimg_ShortToUByte, /* 54 */
75     tkimg_FloatToUByte, /* 55 */
76     tkimg_ReadUByteRow, /* 56 */
77     tkimg_ReadUShortRow, /* 57 */
78     tkimg_ReadShortRow, /* 58 */
79     tkimg_ReadFloatRow, /* 59 */
80     tkimg_ReadUByteFile, /* 60 */
81     tkimg_ReadUShortFile, /* 61 */
82     tkimg_ReadFloatFile, /* 62 */
83     tkimg_RemapUShortValues, /* 63 */
84     tkimg_RemapFloatValues, /* 64 */
85 };
86 
87 /* !END!: Do not edit above this line. */
88