Home
last modified time | relevance | path

Searched refs:td_rowsperstrip (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_strip.c43 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
65 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
67 howmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
113 return (TIFFVStripSize(tif, tif->tif_dir.td_rowsperstrip)); in TIFFStripSize()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_strip.c43 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
65 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
67 howmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
113 return (TIFFVStripSize(tif, tif->tif_dir.td_rowsperstrip)); in TIFFStripSize()
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_strip.c43 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
65 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
67 howmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
113 return (TIFFVStripSize(tif, tif->tif_dir.td_rowsperstrip)); in TIFFStripSize()
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtif_strip.c48 strip = row / td->td_rowsperstrip;
70 return (td->td_rowsperstrip == 0xffffffff ?
72 howmany(td->td_imagelength, td->td_rowsperstrip));
118 return (TIFFVStripSize(tif, tif->tif_dir.td_rowsperstrip));
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_strip.c43 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
65 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
67 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
146 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_strip.c43 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
65 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
67 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
146 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
H A Dtif_strip.c69 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
91 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
93 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
178 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
H A Dtif_strip.c69 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
91 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
93 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
178 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
H A Dtif_strip.c69 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
91 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
93 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
178 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
145 td->td_rowsperstrip; in TIFFWriteScanline()
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
297 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
H A Dtif_strip.c69 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
91 nstrips = (td->td_rowsperstrip == (uint32) -1 ? in TIFFNumberOfStrips()
93 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
178 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_strip.c74 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
97 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips()
98 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
192 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
158 td->td_rowsperstrip; in TIFFWriteScanline()
213 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
300 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
305 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_strip.c74 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
97 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips()
98 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
192 uint32 rps = td->td_rowsperstrip; in TIFFStripSize()
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
94 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
158 td->td_rowsperstrip; in TIFFWriteScanline()
213 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
300 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
305 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_write.c91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
155 td->td_rowsperstrip; in TIFFWriteScanline()
210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
309 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
314 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_write.c91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
155 td->td_rowsperstrip; in TIFFWriteScanline()
210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
309 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
314 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_write.c91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
155 td->td_rowsperstrip; in TIFFWriteScanline()
210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
309 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
314 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_write.c90 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
92 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
116 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
118 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
154 td->td_rowsperstrip; in TIFFWriteScanline()
209 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
222 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
308 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
313 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_write.c91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
155 td->td_rowsperstrip; in TIFFWriteScanline()
210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
309 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
314 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()

12345678910>>...23