Home
last modified time | relevance | path

Searched refs:TIFFhowmany (Results 1 – 25 of 149) sorted by relevance

123456

/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_tile.c55 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
56 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
57 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
122 (TIFFhowmany(td->td_imagewidth, dx) * in TIFFNumberOfTiles()
123 TIFFhowmany(td->td_imagelength, dy) * in TIFFNumberOfTiles()
124 TIFFhowmany(td->td_imagedepth, dz)); in TIFFNumberOfTiles()
144 return ((tsize_t) TIFFhowmany(rowsize, 8)); in TIFFTileRowSize()
173 tsize_t rowsize = TIFFhowmany(w*td->td_bitspersample, 8); in TIFFVTileSize()
H A Dtif_strip.c67 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
103 scanline = TIFFhowmany(w*td->td_bitspersample, 8); in TIFFVStripSize()
195 return ((tsize_t) TIFFhowmany(scanline, 8)); in TIFFScanlineSize()
213 return ((tsize_t) TIFFhowmany(scanline, 8)); in TIFFRasterScanlineSize()
216 TIFFhowmany(scanline, 8)*td->td_samplesperpixel); in TIFFRasterScanlineSize()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_tile.c55 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
56 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
57 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
122 (TIFFhowmany(td->td_imagewidth, dx) * in TIFFNumberOfTiles()
123 TIFFhowmany(td->td_imagelength, dy) * in TIFFNumberOfTiles()
124 TIFFhowmany(td->td_imagedepth, dz)); in TIFFNumberOfTiles()
144 return ((tsize_t) TIFFhowmany(rowsize, 8)); in TIFFTileRowSize()
173 tsize_t rowsize = TIFFhowmany(w*td->td_bitspersample, 8); in TIFFVTileSize()
H A Dtif_strip.c67 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
103 scanline = TIFFhowmany(w*td->td_bitspersample, 8); in TIFFVStripSize()
195 return ((tsize_t) TIFFhowmany(scanline, 8)); in TIFFScanlineSize()
213 return ((tsize_t) TIFFhowmany(scanline, 8)); in TIFFRasterScanlineSize()
216 TIFFhowmany(scanline, 8)*td->td_samplesperpixel); in TIFFRasterScanlineSize()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
153 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
154 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
156 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
213 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
300 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
383 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, in TIFFWriteEncodedTile()
386 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
153 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
154 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
156 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
213 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
300 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
383 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, in TIFFWriteEncodedTile()
386 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
82 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
83 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
149 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
151 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
82 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
83 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
149 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
151 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
82 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
83 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
149 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
151 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
82 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
83 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
149 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
151 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
160 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
161 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
163 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c115 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
208 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
295 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
377 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
379 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
161 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
162 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
164 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
H A Dtif_write.c116 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
209 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
296 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
378 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) in TIFFWriteEncodedTile()
380 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libtiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); in TIFFComputeTile()
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy); in TIFFComputeTile()
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz); in TIFFComputeTile()
160 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx), in TIFFNumberOfTiles()
161 TIFFhowmany(td->td_imagelength, dy), in TIFFNumberOfTiles()
163 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx);
86 uint32 ypt = TIFFhowmany(td->td_imagelength, dy);
87 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz);
160 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx),
161 TIFFhowmany(td->td_imagelength, dy),
163 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles");
H A Dtif_write.c115 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip);
208 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip);
295 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip);
377 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength))
379 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth))

123456