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 / tkImgPhoto.t
CommitLineData
86530b38
AT
1#ifdef _TKIMGPHOTO
2VVAR(Tk_PhotoImageFormat,tkImgFmtPPM,V_tkImgFmtPPM)
3#ifndef Tk_CreatePhotoImageFormat
4VFUNC(void,Tk_CreatePhotoImageFormat,V_Tk_CreatePhotoImageFormat,_ANSI_ARGS_((
5 Tk_PhotoImageFormat *formatPtr)))
6#endif
7
8#ifndef Tk_FindPhoto
9VFUNC(Tk_PhotoHandle,Tk_FindPhoto,V_Tk_FindPhoto,_ANSI_ARGS_((Tcl_Interp *interp,
10 char *imageName)))
11#endif
12
13#ifndef Tk_PhotoBlank
14VFUNC(void,Tk_PhotoBlank,V_Tk_PhotoBlank,_ANSI_ARGS_((Tk_PhotoHandle handle)))
15#endif
16
17#ifndef Tk_PhotoExpand
18VFUNC(void,Tk_PhotoExpand,V_Tk_PhotoExpand,_ANSI_ARGS_((Tk_PhotoHandle handle,
19 int width, int height )))
20#endif
21
22#ifndef Tk_PhotoFormatName
23VFUNC(char *,Tk_PhotoFormatName,V_Tk_PhotoFormatName,_ANSI_ARGS_((Tcl_Interp *interp,
24 Tcl_Obj *formatString)))
25#endif
26
27#ifndef Tk_PhotoGetImage
28VFUNC(int,Tk_PhotoGetImage,V_Tk_PhotoGetImage,_ANSI_ARGS_((Tk_PhotoHandle handle,
29 Tk_PhotoImageBlock *blockPtr)))
30#endif
31
32#ifndef Tk_PhotoGetSize
33VFUNC(void,Tk_PhotoGetSize,V_Tk_PhotoGetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
34 int *widthPtr, int *heightPtr)))
35#endif
36
37#ifndef Tk_PhotoPutBlock
38VFUNC(void,Tk_PhotoPutBlock,V_Tk_PhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
39 Tk_PhotoImageBlock *blockPtr, int x, int y,
40 int width, int height)))
41#endif
42
43#ifndef Tk_PhotoPutZoomedBlock
44VFUNC(void,Tk_PhotoPutZoomedBlock,V_Tk_PhotoPutZoomedBlock,_ANSI_ARGS_((
45 Tk_PhotoHandle handle,
46 Tk_PhotoImageBlock *blockPtr, int x, int y,
47 int width, int height, int zoomX, int zoomY,
48 int subsampleX, int subsampleY)))
49#endif
50
51#ifndef Tk_PhotoSetSize
52VFUNC(void,Tk_PhotoSetSize,V_Tk_PhotoSetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
53 int width, int height)))
54#endif
55
56#endif /* _TKIMGPHOTO */