Home | History | Annotate | Download | only in libtiff

Lines Matching full:uint32

37 uint32
38 TIFFComputeStrip(TIFF* tif, uint32 row, uint16 sample)
42 uint32 strip;
52 strip += (uint32)sample*td->td_stripsperimage;
60 uint32
64 uint32 nstrips;
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel,
78 TIFFVStripSize64(TIFF* tif, uint32 nrows)
82 if (nrows==(uint32)(-1))
98 uint32 samplingblocks_hor;
99 uint32 samplingblocks_ver;
130 TIFFVStripSize(TIFF* tif, uint32 nrows)
149 TIFFRawStripSize64(TIFF* tif, uint32 strip)
174 TIFFRawStripSize(TIFF* tif, uint32 strip)
206 uint32 rps = td->td_rowsperstrip;
233 uint32
234 TIFFDefaultStripSize(TIFF* tif, uint32 request)
239 uint32
240 _TIFFDefaultStripSize(TIFF* tif, uint32 s)
258 s=(uint32)rows;
287 uint32 samplingblocks_hor;