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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 86 (unsigned long) tif->tif_row,
92 (unsigned long) tif->tif_row,
tif_read.c 100 (unsigned long) tif->tif_row);
121 (unsigned long) tif->tif_row,
130 (unsigned long) tif->tif_row,
142 (unsigned long) tif->tif_row,
151 (unsigned long) tif->tif_row,
235 (unsigned long) tif->tif_row, (unsigned long) strip);
383 if (row < tif->tif_row) {
405 if (row != tif->tif_row) {
412 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
414 tif->tif_row = 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;
344 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
437 tif->tif_row = (tile % howmany32) * td->td_tilelength
    [all...]
tif_next.c 133 (long) tif->tif_row);
150 (long) tif->tif_row);
tif_lzw.c 356 tif->tif_row);
458 tif->tif_row);
475 tif->tif_row);
484 tif->tif_row);
507 tif->tif_row);
569 tif->tif_row, (unsigned __int64) occ);
573 tif->tif_row, (unsigned long long) occ);
685 tif->tif_row);
701 "Corrupted LZW table at scanline %d", tif->tif_row);
709 "Corrupted LZW table at scanline %d", tif->tif_row);
    [all...]
tif_thunder.c 151 (unsigned long) tif->tif_row,
158 (unsigned 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 183 (unsigned long) tif->tif_row, SAFE_MSG(sp));
197 (unsigned long) tif->tif_row, (TIFF_UINT64_T) sp->stream.avail_out);
tif_packbits.c 282 (unsigned long) tif->tif_row);
tif_jpeg.c 1055 segment_height = td->td_imagelength - tif->tif_row;
    [all...]
tif_luv.c 238 (unsigned long) tif->tif_row,
243 (unsigned long) tif->tif_row,
300 (unsigned long) tif->tif_row,
305 (unsigned long) tif->tif_row,
372 (unsigned long) tif->tif_row,
377 (unsigned long) tif->tif_row,
    [all...]
tif_fax3.c 244 printf("-------------------- %d\n", tif->tif_row);
295 is1D ? "1D" : "2D", tif->tif_row);
    [all...]
tiffiop.h 143 uint32 tif_row; /* current scanline */ member in struct:tiff
tif_dir.c     [all...]
tif_pixarlog.c 816 (unsigned long) tif->tif_row, sp->stream.msg ? sp->stream.msg : "(null)");
832 (unsigned long) tif->tif_row, (TIFF_UINT64_T) sp->stream.avail_out);
    [all...]
tif_dirread.c     [all...]

Completed in 265 milliseconds