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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_read.c71 } else if (row < tif->tif_row) {
83 if (row != tif->tif_row) {
87 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
89 tif->tif_row = row;
109 tif->tif_row = row + 1;
181 (u_long) tif->tif_row, (u_long) strip);
189 (u_long) tif->tif_row,
199 (u_long) tif->tif_row,
380 (long) tif->tif_row,
390 (long) tif->tif_row,
[all...]
H A Dtif_write.c110 tif->tif_row =
137 if (row != tif->tif_row) {
138 if (row < tif->tif_row) {
144 tif->tif_row = (strip % td->td_stripsperimage) *
151 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
153 tif->tif_row = row;
163 tif->tif_row = row + 1;
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
376 tif->tif_row
[all...]
H A Dtif_dumpmode.c78 tif->tif_row);
H A Dtif_lzw.c294 tif->tif_row);
389 tif->tif_row);
398 tif->tif_row);
421 tif->tif_row);
477 tif->tif_row, occ);
585 tif->tif_row);
594 tif->tif_row);
617 tif->tif_row);
660 tif->tif_row, occ);
H A Dtif_next.c129 (long) tif->tif_row);
H A Dtif_thunder.c127 (long) tif->tif_row, (long) npixels, (long) maxpixels);
H A Dtif_open.c157 tif->tif_row = (uint32) -1; /* read/write pre-increment */
440 return (tif->tif_row);
H A Dtif_fax3.c183 tif->tif_name, tif->tif_row, (u_long) a0);
192 tif->tif_name, tif->tif_row, (u_long) a0);
202 tif->tif_row, (u_long) a0, (u_long) lastx);
210 tif->tif_name, tif->tif_row, (u_long) a0);
233 printf("-------------------- %d\n", tif->tif_row);
279 is1D ? "1D" : "2D", tif->tif_row);
1362 printf("-------------------- %d\n", tif->tif_row);
1467 printf("-------------------- %d\n", tif->tif_row);
H A Dtif_zip.c135 tif->tif_name, tif->tif_row, sp->stream.msg);
149 tif->tif_name, tif->tif_row, sp->stream.avail_out);
H A Dtif_jpeg.c664 segment_height = td->td_imagelength - tif->tif_row;
805 ++tif->tif_row;
881 ++tif->tif_row;
1087 segment_height = td->td_imagelength - tif->tif_row;
1207 tif->tif_row++;
1285 tif->tif_row++;
H A Dtif_packbits.c281 (long) tif->tif_row);
H A Dtiffiop.h102 uint32 tif_row; /* current scanline */ member in struct:tiff
H A Dtif_luv.c225 tif->tif_row, npixels - i);
272 tif->tif_row, npixels - i);
325 tif->tif_row, npixels - i);
H A Dtif_ojpeg.c592 ++tif->tif_row;
671 ++tif->tif_row++
1020 ++tif->tif_row;
1114 ++tif->tif_row;
1169 tif->tif_row += v;
H A Dtif_dir.c1112 tif->tif_row = (uint32) -1;
1381 tif->tif_row = (uint32) -1;
H A Dtif_pixarlog.c745 tif->tif_name, tif->tif_row, sp->stream.msg);
761 tif->tif_name, tif->tif_row, sp->stream.avail_out);
H A Dtif_dirread.c616 tif->tif_row = (uint32) -1;

Completed in 143 milliseconds