Home
last modified time | relevance | path

Searched refs:tif_scanlinesize (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_thunder.c174 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()
182 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()
183 row += tif->tif_scanlinesize; in ThunderDecodeRow()
Dtif_dumpmode.c115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
Dtif_write.c171 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize ); in TIFFWriteScanline()
174 tif->tif_scanlinesize, sample); in TIFFWriteScanline()
593 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFWriteCheck()
594 if (tif->tif_scanlinesize == 0) in TIFFWriteCheck()
Dtif_next.c68 scanline = tif->tif_scanlinesize; in NeXTDecode()
Dtif_read.c217 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()
300 (tif, (uint8*) buf, tif->tif_scanlinesize, sample); in TIFFReadScanline()
307 tif->tif_scanlinesize); in TIFFReadScanline()
Dtiffiop.h177 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member
Dtif_jpeg.c2129 if( tif->tif_scanlinesize > 0 ) in JPEGResetUpsampled()
2130 tif->tif_scanlinesize = TIFFScanlineSize(tif); in JPEGResetUpsampled()
Dtif_pixarlog.c1327 tif->tif_scanlinesize = TIFFScanlineSize(tif); in PixarLogVSetField()
Dtif_luv.c1592 tif->tif_scanlinesize = TIFFScanlineSize(tif); in LogLuvVSetField()
Dtif_dirread.c4050 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFReadDirectory()
4051 if (!tif->tif_scanlinesize) { in TIFFReadDirectory()
/external/opencv3/3rdparty/libtiff/
Dtif_thunder.c174 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()
182 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()
183 row += tif->tif_scanlinesize; in ThunderDecodeRow()
Dtif_dumpmode.c115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
Dtif_write.c167 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize ); in TIFFWriteScanline()
170 tif->tif_scanlinesize, sample); in TIFFWriteScanline()
549 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFWriteCheck()
550 if (tif->tif_scanlinesize == 0) in TIFFWriteCheck()
Dtif_next.c68 scanline = tif->tif_scanlinesize; in NeXTDecode()
Dtif_read.c217 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()
300 (tif, (uint8*) buf, tif->tif_scanlinesize, sample); in TIFFReadScanline()
307 tif->tif_scanlinesize); in TIFFReadScanline()
Dtiffiop.h172 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member
Dtif_jpeg.c2010 if( tif->tif_scanlinesize > 0 ) in JPEGResetUpsampled()
2011 tif->tif_scanlinesize = TIFFScanlineSize(tif); in JPEGResetUpsampled()
Dtif_luv.c1578 tif->tif_scanlinesize = TIFFScanlineSize(tif); in LogLuvVSetField()
Dtif_pixarlog.c1311 tif->tif_scanlinesize = TIFFScanlineSize(tif); in PixarLogVSetField()
Dtif_dirread.c4054 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFReadDirectory()
4055 if (!tif->tif_scanlinesize) { in TIFFReadDirectory()
DChangeLog797 * libtiff/tif_jpeg.c: Ensure that tif_scanlinesize is computed after