Home | History | Annotate | Download | only in libtiff

Lines Matching full:uint32

34 int TIFFFillStrip(TIFF* tif, uint32 strip);
35 int TIFFFillTile(TIFF* tif, uint32 tile);
36 static int TIFFStartStrip(TIFF* tif, uint32 strip);
37 static int TIFFStartTile(TIFF* tif, uint32 tile);
40 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
42 #define NOSTRIP ((uint32)(-1)) /* undefined state */
43 #define NOTILE ((uint32)(-1)) /* undefined state */
174 TIFFSeek(TIFF* tif, uint32 row, uint16 sample )
177 uint32 strip;
198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
289 TIFFReadScanline(TIFF* tif, void* buf, uint32 row, uint16 sample)
317 TIFFReadEncodedStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size)
321 uint32 rowsperstrip;
322 uint32 stripsperplane;
323 uint32 stripinplane;
325 uint32 rows;
364 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,
438 TIFFReadRawStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size)
490 TIFFFillStrip(TIFF* tif, uint32 strip)
637 TIFFReadTile(TIFF* tif, void* buf, uint32 x, uint32 y, uint32 z, uint16 s)
650 TIFFReadEncodedTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size)
677 TIFFReadRawTile1(TIFF* tif, uint32 tile, void* buf, tmsize_t size, const char* module)
755 TIFFReadRawTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size)
793 TIFFFillTile(TIFF* tif, uint32 tile)
956 TIFFStartStrip(TIFF* tif, uint32 strip)
991 TIFFStartTile(TIFF* tif, uint32 tile)
995 uint32 howmany32;
1076 TIFFSwabArrayOfLong((uint32*) buf, cc/4);