Searched refs:tif_scanlinesize (Results 1 – 10 of 10) sorted by relevance
173 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow()181 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()182 row += tif->tif_scanlinesize; in ThunderDecodeRow()
113 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()114 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
169 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize ); in TIFFWriteScanline()172 tif->tif_scanlinesize, sample); in TIFFWriteScanline()625 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFWriteCheck()626 if (tif->tif_scanlinesize == 0) in TIFFWriteCheck()
380 if( tif->tif_scanlinesize < TIFF_TMSIZE_T_MAX / 16 && in TIFFSeek()381 tif->tif_scanlinesize * 16 < TIFF_TMSIZE_T_MAX - 5000 ) in TIFFSeek()383 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()387 read_ahead = tif->tif_scanlinesize; in TIFFSeek()471 (tif, (uint8*) buf, tif->tif_scanlinesize, sample); in TIFFReadScanline()478 tif->tif_scanlinesize); in TIFFReadScanline()
66 scanline = tif->tif_scanlinesize; in NeXTDecode()
192 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member
2286 if( tif->tif_scanlinesize > 0 ) in JPEGResetUpsampled()2287 tif->tif_scanlinesize = TIFFScanlineSize(tif); in JPEGResetUpsampled()
1659 tif->tif_scanlinesize = TIFFScanlineSize(tif); in LogLuvVSetField()
1362 tif->tif_scanlinesize = TIFFScanlineSize(tif); in PixarLogVSetField()
4303 tif->tif_scanlinesize = TIFFScanlineSize(tif); in TIFFReadDirectory()4304 if (!tif->tif_scanlinesize) { in TIFFReadDirectory()