Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / imgInt.t
CommitLineData
86530b38
AT
1#ifdef _IMGINT
2#ifndef ImgFixChanMatchProc
3VFUNC(void,ImgFixChanMatchProc,V_ImgFixChanMatchProc,_ANSI_ARGS_((Tcl_Interp **interp, Tcl_Channel *chan,
4 Tcl_Obj **file, Tcl_Obj **format, int **width, int **height)))
5#endif
6
7#ifndef ImgFixObjMatchProc
8VFUNC(void,ImgFixObjMatchProc,V_ImgFixObjMatchProc,_ANSI_ARGS_((Tcl_Interp **interp, Tcl_Obj **data,
9 Tcl_Obj **format, int **width, int **height)))
10#endif
11
12#ifndef ImgFixStringWriteProc
13VFUNC(void,ImgFixStringWriteProc,V_ImgFixStringWriteProc,_ANSI_ARGS_((Tcl_DString *data, Tcl_Interp **interp,
14 Tcl_DString **dataPtr, Tcl_Obj **format, Tk_PhotoImageBlock **blockPtr)))
15#endif
16
17#ifndef ImgGetByteArrayFromObj
18VFUNC(char *,ImgGetByteArrayFromObj,V_ImgGetByteArrayFromObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
19 int *lengthPtr)))
20#endif
21
22#ifndef ImgGetc
23VFUNC(int,ImgGetc,V_ImgGetc,_ANSI_ARGS_((MFile *handle)))
24#endif
25
26#ifndef ImgListObjGetElements
27VFUNC(int,ImgListObjGetElements,V_ImgListObjGetElements,_ANSI_ARGS_((Tcl_Interp *interp,
28 Tcl_Obj *objPtr, int *argc, Tcl_Obj ***objv)))
29#endif
30
31#ifndef ImgObjInit
32VFUNC(int,ImgObjInit,V_ImgObjInit,_ANSI_ARGS_((Tcl_Interp *interp)))
33#endif
34
35#ifndef ImgOpenFileChannel
36VFUNC(Tcl_Channel,ImgOpenFileChannel,V_ImgOpenFileChannel,_ANSI_ARGS_((Tcl_Interp *interp,
37 CONST char *fileName, int permissions)))
38#endif
39
40#ifndef ImgPhotoPutBlock
41VFUNC(int,ImgPhotoPutBlock,V_ImgPhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
42 Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height)))
43#endif
44
45#ifndef ImgPutc
46VFUNC(int,ImgPutc,V_ImgPutc,_ANSI_ARGS_((int c, MFile *handle)))
47#endif
48
49#ifndef ImgRead
50VFUNC(int,ImgRead,V_ImgRead,_ANSI_ARGS_((MFile *handle, char *dst, int count)))
51#endif
52
53#ifndef ImgReadInit
54VFUNC(int,ImgReadInit,V_ImgReadInit,_ANSI_ARGS_((Tcl_Obj *data, int c, MFile *handle)))
55#endif
56
57#ifndef ImgWrite
58VFUNC(int,ImgWrite,V_ImgWrite,_ANSI_ARGS_((MFile *handle, CONST char *src, int count)))
59#endif
60
61#ifndef ImgWriteInit
62VFUNC(void,ImgWriteInit,V_ImgWriteInit,_ANSI_ARGS_((Tcl_DString *buffer, MFile *handle)))
63#endif
64
65#endif /* _IMGINT */