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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c176 Int nChans; member in struct:__anon12992
438 sprintf (str, "\tNo. of channels : %d\n", th->nChans); OUT;
524 (1 != sscanf (buf, strNumChan, &th->nChans))) {
528 if (th->nChans != 1 && th->nChans != 3) {
598 sprintf (buf, strNumChan, th->nChans);
618 th->nChans = 1;
1094 th.nChans = opts.nchan;
1227 tf.floatBuf = (Float *)ckalloc (fileWidth*fileHeight*tf.th.nChans*sizeof (Float));
1228 readFloatFile (handle, tf.floatBuf, fileWidth, fileHeight, tf.th.nChans,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c237 static void printImgInfo (int width, int height, int maxVal, int isAscii, int nChans, argument
250 sprintf (str, "\tNo. of channels : %d\n", nChans); OUT;

Completed in 124 milliseconds