Searched refs:suncolmap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c595 int type, UByte *suncolmap, int maplength)
616 if ((ncols > 0) && (suncolmap != NULL)) {
627 if (suncolmap)
628 ckfree ((char *)suncolmap);
685 *dest++ = suncolmap[*src];
686 *dest++ = suncolmap[*src + ncols];
687 *dest++ = suncolmap[*src + 2*ncols];
1038 UByte *suncolmap = NULL; local
1076 suncolmap = (UByte *)ckalloc (sh.ras_maplength);
1077 if (!suncolmap) {
591 load_sun_d8(Tcl_Interp *interp, tkimg_MFile *ifp, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY, int fileWidth, int fileHeight, int type, UByte *suncolmap, int maplength) argument
[all...]

Completed in 229 milliseconds