Home
last modified time | relevance | path

Searched refs:td_imagewidth (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_tile.c47 dx = td->td_imagewidth; in TIFFComputeTile()
53 uint32 xpt = TIFFhowmany_32(td->td_imagewidth, dx); in TIFFComputeTile()
77 if (x >= td->td_imagewidth) { in TIFFCheckTile()
81 (unsigned long) (td->td_imagewidth - 1)); in TIFFCheckTile()
122 dx = td->td_imagewidth; in TIFFNumberOfTiles()
128 _TIFFMultiply32(tif, _TIFFMultiply32(tif, TIFFhowmany_32(td->td_imagewidth, dx), in TIFFNumberOfTiles()
Dtif_strip.c118 samplingblocks_hor=TIFFhowmany_32(td->td_imagewidth,ycbcrsubsampling[0]); in TIFFVStripSize64()
290 samplingblocks_hor = TIFFhowmany_32(td->td_imagewidth,ycbcrsubsampling[0]); in TIFFScanlineSize64()
298 scanline_samples=_TIFFMultiply64(tif,td->td_imagewidth,td->td_samplesperpixel,module); in TIFFScanlineSize64()
304 …scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8); in TIFFScanlineSize64()
335 scanline = _TIFFMultiply64(tif, td->td_bitspersample, td->td_imagewidth, module); in TIFFRasterScanlineSize64()
Dtif_next.c106 uint32 imagewidth = tif->tif_dir.td_imagewidth; in NeXTDecode()
Dtif_thunder.c179 if (!ThunderDecode(tif, row, tif->tif_dir.td_imagewidth)) in ThunderDecodeRow()
Dtif_dir.h72 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
Dtif_luv.c1317 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1319 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogL16InitState()
1419 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
1421 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogLuvInitState()
Dtif_pixarlog.c692 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupDecode()
782 llen = sp->stride * td->td_imagewidth; in PixarLogDecode()
910 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupEncode()
1148 llen = sp->stride * td->td_imagewidth; in PixarLogEncode()
Dtif_dir.c198 td->td_imagewidth = (uint32) va_arg(ap, uint32); in _TIFFVSetField()
314 td->td_tilewidth = td->td_imagewidth; in _TIFFVSetField()
924 *va_arg(ap, uint32*) = td->td_imagewidth; in _TIFFVGetField()
Dtif_print.c267 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength); in TIFFPrintDirectory()
Dtif_write.c434 howmany32=TIFFhowmany_32(td->td_imagewidth, td->td_tilewidth); in TIFFWriteEncodedTile()
Dtif_jpeg.c1137 segment_width = td->td_imagewidth; in JPEGPreDecode()
1926 segment_width = td->td_imagewidth; in JPEGPreEncode()
Dtif_read.c1471 howmany32=TIFFhowmany_32(td->td_imagewidth, td->td_tilewidth); in TIFFStartTile()
Dtif_fax3.c524 rowpixels = td->td_imagewidth; in Fax3SetupState()
Dtif_ojpeg.c1094 sp->image_width=tif->tif_dir.td_imagewidth; in OJPEGReadHeaderInfo()
Dtif_dirwrite.c475 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3797 tif->tif_dir.td_tilewidth = tif->tif_dir.td_imagewidth; in TIFFReadDirectory()