Searched refs:td_nstrips (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_write.c | 101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) in TIFFWriteScanline() 205 if (strip >= td->td_nstrips) { in TIFFWriteEncodedStrip() 305 if (strip >= td->td_nstrips) { in TIFFWriteRawStrip() 374 if (tile >= td->td_nstrips) { in TIFFWriteEncodedTile() 376 (unsigned long) tile, (unsigned long) td->td_nstrips); in TIFFWriteEncodedTile() 479 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile() 482 (unsigned long) tif->tif_dir.td_nstrips); in TIFFWriteRawTile() 505 td->td_nstrips = td->td_stripsperimage; in TIFFSetupStrips() 509 _TIFFmalloc(td->td_nstrips * sizeof (uint64)); in TIFFSetupStrips() 511 _TIFFmalloc(td->td_nstrips * sizeof (uint64)); in TIFFSetupStrips() [all …]
|
D | tif_flush.c | 57 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush() 59 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush() 71 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush() 73 tif->tif_dir.td_nstrips, sizes ) ) in TIFFFlush()
|
D | tif_read.c | 329 if (strip>=td->td_nstrips) in TIFFReadEncodedStrip() 333 (unsigned long)td->td_nstrips); in TIFFReadEncodedStrip() 447 if (strip >= td->td_nstrips) { in TIFFReadRawStrip() 451 (unsigned long) td->td_nstrips); in TIFFReadRawStrip() 658 if (tile >= td->td_nstrips) { in TIFFReadEncodedTile() 661 (unsigned long) tile, (unsigned long) td->td_nstrips); in TIFFReadEncodedTile() 764 if (tile >= td->td_nstrips) { in TIFFReadRawTile() 767 (unsigned long) tile, (unsigned long) td->td_nstrips); in TIFFReadRawTile()
|
D | tif_dirread.c | 3610 tif->tif_dir.td_nstrips = TIFFNumberOfStrips(tif); in TIFFReadDirectory() 3616 tif->tif_dir.td_nstrips = TIFFNumberOfTiles(tif); in TIFFReadDirectory() 3619 if (!tif->tif_dir.td_nstrips) { in TIFFReadDirectory() 3625 tif->tif_dir.td_stripsperimage = tif->tif_dir.td_nstrips; in TIFFReadDirectory() 3631 (tif->tif_dir.td_nstrips==1)) { in TIFFReadDirectory() 3722 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset)) in TIFFReadDirectory() 3732 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount)) in TIFFReadDirectory() 3919 tif->tif_dir.td_nstrips > 1) || in TIFFReadDirectory() 3921 tif->tif_dir.td_nstrips != (uint32)tif->tif_dir.td_samplesperpixel)) { in TIFFReadDirectory() 3951 } else if (tif->tif_dir.td_nstrips == 1 in TIFFReadDirectory() [all …]
|
D | tif_dir.h | 97 uint32 td_nstrips; /* size of offset & bytecount arrays */ member
|
D | tif_print.c | 658 (long) td->td_nstrips, in TIFFPrintDirectory() 660 for (s = 0; s < td->td_nstrips; s++) in TIFFPrintDirectory()
|
D | tif_dirwrite.c | 532 …ryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_… in TIFFWriteDirectorySec() 537 …oryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_… in TIFFWriteDirectorySec() 545 …ctoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_… in TIFFWriteDirectorySec() 550 …ectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_… in TIFFWriteDirectorySec()
|
D | tif_ojpeg.c | 1284 sp->in_buffer_strile_count=tif->tif_dir.td_nstrips; in OJPEGReadHeaderInfoSec()
|