Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffinfoce.c295 tsize_t rowsize = TIFFTileRowSize(tif); in TIFFReadContigTileData()
323 tsize_t rowsize = TIFFTileRowSize(tif); in TIFFReadSeparateTileData()
H A Dtiffinfo.c297 tmsize_t rowsize = TIFFTileRowSize(tif); in TIFFReadContigTileData()
332 tmsize_t rowsize = TIFFTileRowSize(tif); in TIFFReadSeparateTileData()
H A Dtiffcp.c1322 uint32 tilew = TIFFTileRowSize(in); in DECLAREreadFunc()
1374 uint32 tilew = TIFFTileRowSize(in); in DECLAREreadFunc()
1505 uint32 tilew = TIFFTileRowSize(out); in DECLAREwriteFunc()
1558 tsize_t tilew = TIFFTileRowSize(out); in DECLAREwriteFunc()
H A Dtiffcrop.c779 uint32 tile_rowsize = TIFFTileRowSize(in); in readContigTilesIntoBuffer()
1240 uint32 tile_rowsize = TIFFTileRowSize(out); in writeBufferToContigTiles()
6018 tile_rowsize = TIFFTileRowSize(in); in loadImage()
H A Dtiff2pdf.c3075 TIFFTileRowSize(input), in t2p_readwrite_pdf_image_tile()
/libtiff-4.0.7/libtiff/
H A Dlibtiff.def127 TIFFTileRowSize
H A Dtif_packbits.c48 *(tmsize_t*)tif->tif_data = TIFFTileRowSize(tif); in PackBitsPreEncode()
H A Dtif_tile.c182 TIFFTileRowSize(TIFF* tif) in TIFFTileRowSize() function
H A Dtiffio.h365 extern tmsize_t TIFFTileRowSize(TIFF* tif);
H A Dtif_luv.c419 tmsize_t rowlen = TIFFTileRowSize(tif); in LogLuvDecodeTile()
708 tmsize_t rowlen = TIFFTileRowSize(tif); in LogLuvEncodeTile()
H A Dtif_predict.c105 sp->rowsize = TIFFTileRowSize(tif); in PredictorSetup()
H A Dtif_jpeg.c1049 sp->bytesperline = TIFFTileRowSize(tif); in JPEGPreDecode()
1759 sp->bytesperline = TIFFTileRowSize(tif); in JPEGPreEncode()
H A Dtif_getimage.c683 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileContig()
851 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileSeparate()
H A Dtif_fax3.c492 rowbytes = TIFFTileRowSize(tif); in Fax3SetupState()
/libtiff-4.0.7/
H A Dconfigure.com411 TIFFTileRowSize=PROCEDURE,-
562 UNIVERSAL=TIFFTileRowSize
H A DChangeLog4776 confusing integer overflows in TIFFTileRowSize() for striped images.