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

  /external/opencv3/3rdparty/libtiff/
tif_dumpmode.c 115 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
tif_thunder.c 174 if (occ % tif->tif_scanlinesize)
182 occ -= tif->tif_scanlinesize;
183 row += tif->tif_scanlinesize;
tif_next.c 68 scanline = tif->tif_scanlinesize;
tif_write.c 167 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize );
170 tif->tif_scanlinesize, sample);
549 tif->tif_scanlinesize = TIFFScanlineSize(tif);
550 if (tif->tif_scanlinesize == 0)
tif_read.c 217 read_ahead = tif->tif_scanlinesize * 16 + 5000;
300 (tif, (uint8*) buf, tif->tif_scanlinesize, sample);
307 tif->tif_scanlinesize);
    [all...]
tiffiop.h 172 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member in struct:tiff
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_dirread.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 115 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
tif_thunder.c 174 if (occ % tif->tif_scanlinesize)
182 occ -= tif->tif_scanlinesize;
183 row += tif->tif_scanlinesize;
tif_next.c 68 scanline = tif->tif_scanlinesize;
tif_write.c 171 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize );
174 tif->tif_scanlinesize, sample);
593 tif->tif_scanlinesize = TIFFScanlineSize(tif);
594 if (tif->tif_scanlinesize == 0)
tif_read.c 217 read_ahead = tif->tif_scanlinesize * 16 + 5000;
300 (tif, (uint8*) buf, tif->tif_scanlinesize, sample);
307 tif->tif_scanlinesize);
    [all...]
tiffiop.h 177 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member in struct:tiff
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_dirread.c     [all...]

Completed in 128 milliseconds