Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c175 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()
183 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()
184 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()
627 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFWriteCheck()
628 if (tif->tif_scanlinesize == 0) in TIFFWriteCheck()
Dtif_read.c341 if( tif->tif_scanlinesize < TIFF_TMSIZE_T_MAX / 16 && in TIFFSeek()
342 tif->tif_scanlinesize * 16 < TIFF_TMSIZE_T_MAX - 5000 ) in TIFFSeek()
344 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()
348 read_ahead = tif->tif_scanlinesize; in TIFFSeek()
432 (tif, (uint8*) buf, tif->tif_scanlinesize, sample); in TIFFReadScanline()
439 tif->tif_scanlinesize); in TIFFReadScanline()
Dtif_next.c68 scanline = tif->tif_scanlinesize; in NeXTDecode()
Dtiffiop.h177 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member
Dtif_jpeg.c2145 if( tif->tif_scanlinesize > 0 ) in JPEGResetUpsampled()
2146 tif->tif_scanlinesize = TIFFScanlineSize(tif); in JPEGResetUpsampled()
Dtif_luv.c1658 tif->tif_scanlinesize = TIFFScanlineSize(tif); in LogLuvVSetField()
Dtif_pixarlog.c1365 tif->tif_scanlinesize = TIFFScanlineSize(tif); in PixarLogVSetField()
Dtif_dirread.c4105 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFReadDirectory()
4106 if (!tif->tif_scanlinesize) { in TIFFReadDirectory()