Searched refs:td_tilelength (Results 1 – 12 of 12) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_tile.c | 42 uint32 dy = td->td_tilelength; in TIFFComputeTile() 119 uint32 dy = td->td_tilelength; in TIFFNumberOfTiles() 151 if (td->td_tilelength == 0) in TIFFTileRowSize64() 205 if (td->td_tilelength == 0 || td->td_tilewidth == 0 || in TIFFVTileSize64() 270 return (TIFFVTileSize64(tif, tif->tif_dir.td_tilelength)); in TIFFTileSize64()
|
| H A D | tif_dir.h | 70 uint32 td_tilewidth, td_tilelength, td_tiledepth; member
|
| H A D | tif_dir.c | 289 td->td_tilelength = v32; in _TIFFVSetField() 385 td->td_tilelength = v32; in _TIFFVSetField() 989 *va_arg(ap, uint32*) = td->td_tilelength; in _TIFFVGetField() 1333 td->td_tilelength = 0; in TIFFDefaultDirectory()
|
| H A D | tif_write.c | 432 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFWriteEncodedTile() 437 tif->tif_row = (tile % howmany32) * td->td_tilelength; in TIFFWriteEncodedTile()
|
| H A D | tif_read.c | 1052 tif->tif_row = (tile % howmany32) * td->td_tilelength; in TIFFStartTile() 1053 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength); in TIFFStartTile()
|
| H A D | tif_jpeg.c | 1048 segment_height = td->td_tilelength; in JPEGPreDecode() 1687 if ((td->td_tilelength % (sp->v_sampling * DCTSIZE)) != 0) { in JPEGSetupEncode() 1758 segment_height = td->td_tilelength; in JPEGPreEncode()
|
| H A D | tif_print.c | 277 (unsigned long) td->td_tilewidth, (unsigned long) td->td_tilelength); in TIFFPrintDirectory()
|
| H A D | tif_luv.c | 1314 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState() 1414 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogLuvInitState()
|
| H A D | tif_ojpeg.c | 1046 sp->strile_length=tif->tif_dir.td_tilelength; in OJPEGReadHeaderInfo()
|
| H A D | tif_dirwrite.c | 441 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_TILELENGTH,tif->tif_dir.td_tilelength)) in TIFFWriteDirectorySec()
|
| H A D | tif_dirread.c | 3614 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 4774 * libtiff/tif_dir.c: Initialize td_tilewidth and td_tilelength fields
|