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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c768 uint32 imagelength, uint32 imagewidth, tsample_t spp)
772 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
777 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
789 for (row = 0; row < imagelength; row++) {
851 imagelength == biasLength && imagewidth == biasWidth) {
860 for (row = 0; row < imagelength; row++) {
928 tsize_t cc = (row + rowsperstrip > imagelength) ?
929 TIFFVStripSize(in, imagelength - row) : stripsize;
970 for (row = 0; row < imagelength; row++) {
1006 for (row = 0; row < imagelength; ro
1137 cpImage(TIFF* in, TIFF* out, readFunc fin, writeFunc fout, uint32 imagelength, uint32 imagewidth, tsample_t spp) argument
[all...]
H A Dtiffdither.c46 uint32 imagelength; variable
68 imax = imagelength - 1;
85 for (i = 1; i < imagelength; ++i) {
249 TIFFGetField(in, TIFFTAG_IMAGELENGTH, &imagelength);
250 TIFFSetField(out, TIFFTAG_IMAGELENGTH, imagelength-1);
267 rowsperstrip = imagelength-1;
H A Dtiffcmp.c50 static uint32 imagelength; variable
169 (void) TIFFGetField(tif1, TIFFTAG_IMAGELENGTH, &imagelength);
186 for (row = 0; row < imagelength; row++) {
198 for (row = 0; row < imagelength; row++) {
211 for (row = 0; row < imagelength; row++) {
221 for (row = 0; row < imagelength; row++) {
H A Dpal2rgb.c71 uint32 imagewidth, imagelength; local
136 TIFFGetField(in, TIFFTAG_IMAGELENGTH, &imagelength);
184 for (row = 0; row < imagelength; row++) {
198 for (row = 0; row < imagelength; row++) {
H A Dtiffmedian.c96 uint32 imagelength; variable
157 TIFFGetField(in, TIFFTAG_IMAGELENGTH, &imagelength);
359 box->total = imagewidth * imagelength;
365 for (i = 0; i < imagelength; i++) {
758 for (i = 0; i < imagelength; i++) {
808 imax = imagelength - 1;
816 for (i = 1; i <= imagelength; ++i) {
H A Dtiffcrop.c752 uint32 imagelength,
805 for (row = 0; row < imagelength; row += tl)
807 nrow = (row + tl > imagelength) ? imagelength - row : tl;
940 uint32 imagelength, uint32 imagewidth,
975 for (row = 0; row < imagelength; row += tl)
977 nrow = (row + tl > imagelength) ? imagelength - row : tl;
1086 static int writeBufferToContigStrips(TIFF* out, uint8* buf, uint32 imagelength) argument
1093 for (row = 0; row < imagelength; ro
751 readContigTilesIntoBuffer(TIFF* in, uint8* buf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, tsample_t spp, uint16 bps) argument
939 readSeparateTilesIntoBuffer(TIFF* in, uint8 *obuf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, uint16 spp, uint16 bps) argument
1182 writeBufferToContigTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts* dump) argument
1257 writeBufferToSeparateTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts * dump) argument
[all...]

Completed in 183 milliseconds