Searched refs:tif_scanlinesize (Results 1 – 11 of 11) sorted by relevance
175 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()183 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()184 row += tif->tif_scanlinesize; in ThunderDecodeRow()
115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
171 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize ); in TIFFWriteScanline()174 tif->tif_scanlinesize, sample); in TIFFWriteScanline()629 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFWriteCheck()630 if (tif->tif_scanlinesize == 0) in TIFFWriteCheck()
68 scanline = tif->tif_scanlinesize; in NeXTDecode()
360 if( tif->tif_scanlinesize < TIFF_TMSIZE_T_MAX / 16 && in TIFFSeek()361 tif->tif_scanlinesize * 16 < TIFF_TMSIZE_T_MAX - 5000 ) in TIFFSeek()363 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()367 read_ahead = tif->tif_scanlinesize; in TIFFSeek()451 (tif, (uint8*) buf, tif->tif_scanlinesize, sample); in TIFFReadScanline()458 tif->tif_scanlinesize); in TIFFReadScanline()
178 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member
2283 if( tif->tif_scanlinesize > 0 ) in JPEGResetUpsampled()2284 tif->tif_scanlinesize = TIFFScanlineSize(tif); in JPEGResetUpsampled()
1660 tif->tif_scanlinesize = TIFFScanlineSize(tif); in LogLuvVSetField()
1370 tif->tif_scanlinesize = TIFFScanlineSize(tif); in PixarLogVSetField()
4266 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFReadDirectory()4267 if (!tif->tif_scanlinesize) { in TIFFReadDirectory()
3117 * libtiff/tif_jpeg.c: Ensure that tif_scanlinesize is computed after
Completed in 34 milliseconds