HomeSort by relevance Sort by last modified time
    Searched refs:tif_row (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_dumpmode.c 86 (unsigned long) tif->tif_row,
92 (unsigned long) tif->tif_row,
tif_read.c 109 (unsigned long) tif->tif_row, (unsigned long) strip);
131 (unsigned long) tif->tif_row,
137 (unsigned long) tif->tif_row,
251 if (row < tif->tif_row) {
273 if (row != tif->tif_row) {
280 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
282 tif->tif_row = row;
303 tif->tif_row = row + 1;
379 (unsigned long) tif->tif_row, (unsigned long) strip);
387 (unsigned long) tif->tif_row,
    [all...]
tif_write.c 118 tif->tif_row =
147 if (row != tif->tif_row) {
148 if (row < tif->tif_row) {
154 tif->tif_row = (strip % td->td_stripsperimage) *
161 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
163 tif->tif_row = row;
173 tif->tif_row = row + 1;
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
303 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
379 tif->tif_row = (tile % TIFFhowmany_32(td->td_imagelength, td->td_tilelength)
    [all...]
tif_lzw.c 354 tif->tif_row);
449 tif->tif_row);
465 tif->tif_row);
474 tif->tif_row);
497 tif->tif_row);
555 tif->tif_row, (unsigned __int64) occ);
559 tif->tif_row, (unsigned long long) occ);
668 tif->tif_row);
683 "Corrupted LZW table at scanline %d", tif->tif_row);
691 "Corrupted LZW table at scanline %d", tif->tif_row);
    [all...]
tif_thunder.c 150 (unsigned long) tif->tif_row,
157 (unsigned long) tif->tif_row,
tif_next.c 138 (long) tif->tif_row);
tif_lzma.c 212 (unsigned long) tif->tif_row, LZMAStrerror(ret));
219 (unsigned long) tif->tif_row, (unsigned long) sp->stream.avail_out);
293 (unsigned long) tif->tif_row, LZMAStrerror(ret));
tif_luv.c 230 (unsigned long) tif->tif_row,
235 (unsigned long) tif->tif_row,
288 (unsigned long) tif->tif_row,
293 (unsigned long) tif->tif_row,
353 (unsigned long) tif->tif_row,
358 (unsigned long) tif->tif_row,
    [all...]
tif_jpeg.c 1033 segment_height = td->td_imagelength - tif->tif_row
    [all...]
tif_open.c 131 tif->tif_row = (uint32) -1; /* read/write pre-increment */
589 return (tif->tif_row);
tif_zip.c 177 (unsigned long) tif->tif_row, sp->stream.msg);
191 (unsigned long) tif->tif_row, (TIFF_UINT64_T) sp->stream.avail_out);
tif_packbits.c 265 (unsigned long) tif->tif_row);
tif_fax3.c 244 printf("-------------------- %d\n", tif->tif_row);
295 is1D ? "1D" : "2D", tif->tif_row);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 86 (unsigned long) tif->tif_row,
92 (unsigned long) tif->tif_row,
tif_read.c 109 (unsigned long) tif->tif_row, (unsigned long) strip);
131 (unsigned long) tif->tif_row,
137 (unsigned long) tif->tif_row,
251 if (row < tif->tif_row) {
273 if (row != tif->tif_row) {
280 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
282 tif->tif_row = row;
303 tif->tif_row = row + 1;
379 (unsigned long) tif->tif_row, (unsigned long) strip);
387 (unsigned long) tif->tif_row,
    [all...]
tif_write.c 122 tif->tif_row =
151 if (row != tif->tif_row) {
152 if (row < tif->tif_row) {
158 tif->tif_row = (strip % td->td_stripsperimage) *
165 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
167 tif->tif_row = row;
177 tif->tif_row = row + 1;
232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
327 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
420 tif->tif_row = (tile % howmany32) * td->td_tilelength
    [all...]
tif_lzw.c 356 tif->tif_row);
454 tif->tif_row);
470 tif->tif_row);
479 tif->tif_row);
502 tif->tif_row);
560 tif->tif_row, (unsigned __int64) occ);
564 tif->tif_row, (unsigned long long) occ);
675 tif->tif_row);
690 "Corrupted LZW table at scanline %d", tif->tif_row);
698 "Corrupted LZW table at scanline %d", tif->tif_row);
    [all...]
tif_thunder.c 150 (unsigned long) tif->tif_row,
157 (unsigned long) tif->tif_row,
tif_next.c 142 (long) tif->tif_row);
tif_open.c 131 tif->tif_row = (uint32) -1; /* read/write pre-increment */
589 return (tif->tif_row);
tif_zip.c 179 (unsigned long) tif->tif_row, SAFE_MSG(sp));
193 (unsigned long) tif->tif_row, (TIFF_UINT64_T) sp->stream.avail_out);
tif_packbits.c 271 (unsigned long) tif->tif_row);
tif_jpeg.c 1053 segment_height = td->td_imagelength - tif->tif_row;
    [all...]
tif_luv.c 230 (unsigned long) tif->tif_row,
235 (unsigned long) tif->tif_row,
288 (unsigned long) tif->tif_row,
293 (unsigned long) tif->tif_row,
353 (unsigned long) tif->tif_row,
358 (unsigned long) tif->tif_row,
    [all...]
tif_fax3.c 244 printf("-------------------- %d\n", tif->tif_row);
295 is1D ? "1D" : "2D", tif->tif_row);
    [all...]

Completed in 107 milliseconds

1 2