/external/opencv3/3rdparty/libtiff/ |
D | tif_tile.c | 51 dy = td->td_imagelength; in TIFFComputeTile() 56 uint32 ypt = TIFFhowmany_32(td->td_imagelength, dy); in TIFFComputeTile() 86 if (y >= td->td_imagelength) { in TIFFCheckTile() 90 (unsigned long) (td->td_imagelength - 1)); in TIFFCheckTile() 126 dy = td->td_imagelength; in TIFFNumberOfTiles() 131 TIFFhowmany_32(td->td_imagelength, dy), in TIFFNumberOfTiles()
|
D | tif_write.c | 72 if (row >= td->td_imagelength) { /* extend image */ in TIFFWriteScanline() 78 td->td_imagelength = row+1; in TIFFWriteScanline() 117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline() 210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip() 298 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip() 379 tif->tif_row = (tile % TIFFhowmany_32(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile() 446 (TIFFFieldSet(tif,f) && (tif)->tif_dir.td_imagelength == 0)
|
D | tif_strip.c | 67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 207 if (rps > td->td_imagelength) in TIFFStripSize64() 208 rps = td->td_imagelength; in TIFFStripSize64()
|
D | tif_read.c | 184 if (row >= td->td_imagelength) { /* out of range */ in TIFFSeek() 188 (unsigned long) td->td_imagelength); in TIFFSeek() 342 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStrip() 343 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStrip() 344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip() 347 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStrip() 1005 (tile % TIFFhowmany_32(td->td_imagelength, td->td_tilelength)) * in TIFFStartTile()
|
D | tif_jbig.c | 166 dir->td_imagelength, in JBIGEncode()
|
D | tif_dir.h | 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
D | tif_jpeg.c | 1033 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreDecode() 1596 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1658 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreEncode() 1784 if( !isTiled(tif) && tif->tif_row+nrows > tif->tif_dir.td_imagelength ) in JPEGEncode() 1785 nrows = tif->tif_dir.td_imagelength - tif->tif_row; in JPEGEncode() 2121 if (s < td->td_imagelength) in JPEGDefaultStripSize()
|
D | tif_print.c | 268 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength); in TIFFPrintDirectory()
|
D | tif_dir.c | 185 td->td_imagelength = (uint32) va_arg(ap, uint32); in _TIFFVSetField() 831 *va_arg(ap, uint32*) = td->td_imagelength; in _TIFFVGetField()
|
D | tif_dirread.c | 3942 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory() 4342 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() 4348 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts()
|
D | tif_ojpeg.c | 1037 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
|
D | tif_dirwrite.c | 434 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGELENGTH,tif->tif_dir.td_imagelength)) in TIFFWriteDirectorySec()
|
/external/pdfium/third_party/libtiff/ |
D | tif_tile.c | 51 dy = td->td_imagelength; in TIFFComputeTile() 56 uint32 ypt = TIFFhowmany_32(td->td_imagelength, dy); in TIFFComputeTile() 86 if (y >= td->td_imagelength) { in TIFFCheckTile() 90 (unsigned long) (td->td_imagelength - 1)); in TIFFCheckTile() 126 dy = td->td_imagelength; in TIFFNumberOfTiles() 131 TIFFhowmany_32(td->td_imagelength, dy), in TIFFNumberOfTiles()
|
D | tif_write.c | 72 if (row >= td->td_imagelength) { /* extend image */ in TIFFWriteScanline() 78 td->td_imagelength = row+1; in TIFFWriteScanline() 117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline() 214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip() 318 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip() 415 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFWriteEncodedTile() 490 (TIFFFieldSet(tif,f) && (tif)->tif_dir.td_imagelength == 0)
|
D | tif_strip.c | 67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 207 if (rps > td->td_imagelength) in TIFFStripSize64() 208 rps = td->td_imagelength; in TIFFStripSize64()
|
D | tif_read.c | 184 if (row >= td->td_imagelength) { /* out of range */ in TIFFSeek() 188 (unsigned long) td->td_imagelength); in TIFFSeek() 342 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStrip() 343 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStrip() 344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip() 347 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStrip() 1012 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFStartTile()
|
D | tif_dir.h | 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
D | tif_jpeg.c | 1053 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreDecode() 1708 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1770 segment_height = td->td_imagelength - tif->tif_row; in JPEGPreEncode() 1899 if( !isTiled(tif) && tif->tif_row+nrows > tif->tif_dir.td_imagelength ) in JPEGEncode() 1900 nrows = tif->tif_dir.td_imagelength - tif->tif_row; in JPEGEncode() 2240 if (s < td->td_imagelength) in JPEGDefaultStripSize()
|
D | tif_print.c | 270 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength); in TIFFPrintDirectory()
|
D | tif_dir.c | 187 td->td_imagelength = (uint32) va_arg(ap, uint32); in _TIFFVSetField() 851 *va_arg(ap, uint32*) = td->td_imagelength; in _TIFFVGetField()
|
D | tif_dirread.c | 3938 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory() 4339 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() 4345 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts()
|
D | tif_ojpeg.c | 1051 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
|
D | tif_dirwrite.c | 434 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGELENGTH,tif->tif_dir.td_imagelength)) in TIFFWriteDirectorySec()
|