Searched defs:minVals (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c368 readUShortFile(Tcl_Interp *interp, tkimg_MFile *handle, UShort *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, Float minVals[], Float maxVals[]) argument
414 readUByteFile(Tcl_Interp *interp, tkimg_MFile *handle, UByte *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, Float minVals[], Float maxVals[]) argument
460 remapUShortValues(UShort *buf, Int width, Int height, Int nchan, Float minVals[], Float maxVals[]) argument
751 Float minVals[MAXCHANS], maxVals[MAXCHANS]; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c892 Short minVals[MAXCHAN local
552 readDtedFile(tkimg_MFile *handle, Short *buf, Int width, Int height, Int nchan, Boln hostIsIntel, Boln verbose, Short minVals[], Short maxVals[]) argument
618 remapShortValues(Short *buf, Int width, Int height, Int nchan, Short minVals[], Short maxVals[]) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c627 readFloatFile(tkimg_MFile *handle, Float *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
673 readUShortFile(tkimg_MFile *handle, UShort *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
719 readUByteFile(tkimg_MFile *handle, UByte *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
765 remapFloatValues(Float *buf, Int width, Int height, Int nchan, Float minVals[], Float maxVals[]) argument
789 remapUShortValues(UShort *buf, Int width, Int height, Int nchan, Float minVals[], Float maxVals[]) argument
1174 Float minVals[MAXCHANS], maxVals[MAXCHANS]; local
[all...]

Completed in 104 milliseconds