Lines Matching refs:uint32
37 uint32
38 TIFFComputeStrip(TIFF* tif, uint32 row, uint16 sample) in TIFFComputeStrip()
42 uint32 strip; in TIFFComputeStrip()
52 strip += (uint32)sample*td->td_stripsperimage; in TIFFComputeStrip()
60 uint32
64 uint32 nstrips; in TIFFNumberOfStrips()
75 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips()
78 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel, in TIFFNumberOfStrips()
87 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64()
91 if (nrows==(uint32)(-1)) in TIFFVStripSize64()
107 uint32 samplingblocks_hor; in TIFFVStripSize64()
108 uint32 samplingblocks_ver; in TIFFVStripSize64()
139 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize()
158 TIFFRawStripSize64(TIFF* tif, uint32 strip) in TIFFRawStripSize64()
183 TIFFRawStripSize(TIFF* tif, uint32 strip) in TIFFRawStripSize()
215 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64()
242 uint32
243 TIFFDefaultStripSize(TIFF* tif, uint32 request) in TIFFDefaultStripSize()
248 uint32
249 _TIFFDefaultStripSize(TIFF* tif, uint32 s) in _TIFFDefaultStripSize()
267 s=(uint32)rows; in _TIFFDefaultStripSize()
296 uint32 samplingblocks_hor; in TIFFScanlineSize64()