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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c297 Int nShorts, char *buf, Boln swapBytes, Boln isAscii)
304 printf ("Reading %d UShorts\n", nShorts);
307 for (i=0; i<nShorts; i++) {
316 if (2 * nShorts != tkimg_Read (handle, buf, 2 * nShorts))
320 for (i=0; i<nShorts; i++) {
327 for (i=0; i<nShorts; i++) {
296 readUShortRow(Tcl_Interp *interp, tkimg_MFile *handle, UShort *pixels, Int nShorts, char *buf, Boln swapBytes, Boln isAscii) argument
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c373 static Boln readUShortRow (tkimg_MFile *handle, UShort *pixels, Int nShorts, argument
381 printf ("Reading %d UShorts\n", nShorts); fflush (stdout);
383 if (2 * nShorts != tkimg_Read (handle, buf, 2 * nShorts))
387 for (i=0; i<nShorts; i++) {
394 for (i=0; i<nShorts; i++) {

Completed in 100 milliseconds