ReactOS 0.4.16-dev-746-g329a414
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
uint32 | TIFFComputeTile (TIFF *tif, uint32 x, uint32 y, uint32 z, uint16 s) |
int | TIFFCheckTile (TIFF *tif, uint32 x, uint32 y, uint32 z, uint16 s) |
uint32 | TIFFNumberOfTiles (TIFF *tif) |
uint64 | TIFFTileRowSize64 (TIFF *tif) |
tmsize_t | TIFFTileRowSize (TIFF *tif) |
uint64 | TIFFVTileSize64 (TIFF *tif, uint32 nrows) |
tmsize_t | TIFFVTileSize (TIFF *tif, uint32 nrows) |
uint64 | TIFFTileSize64 (TIFF *tif) |
tmsize_t | TIFFTileSize (TIFF *tif) |
void | TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th) |
void | _TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th) |
Definition at line 278 of file tif_tile.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 73 of file tif_tile.c.
Referenced by _TIFFReadTileAndAllocBuffer(), TIFFReadTile(), and TIFFWriteTile().
Definition at line 36 of file tif_tile.c.
Referenced by _TIFFReadTileAndAllocBuffer(), TIFFReadTile(), and TIFFWriteTile().
Definition at line 272 of file tif_tile.c.
Definition at line 113 of file tif_tile.c.
Referenced by TIFFReadDirectory(), and TIFFSetupStrips().
Definition at line 180 of file tif_tile.c.
Referenced by gtTileContig(), gtTileSeparate(), and PredictorSetup().
Definition at line 142 of file tif_tile.c.
Referenced by TIFFTileRowSize(), and TIFFVTileSize64().
Definition at line 257 of file tif_tile.c.
Referenced by gtTileContig(), gtTileSeparate(), TIFFFillTile(), TIFFReadDirectory(), and TIFFWriteCheck().
Definition at line 252 of file tif_tile.c.
Referenced by _TIFFRewriteField(), EstimateStripByteCounts(), TIFFTileSize(), and TIFFWriteDirectoryTagLongLong8Array().
Definition at line 240 of file tif_tile.c.
Definition at line 192 of file tif_tile.c.
Referenced by ChopUpSingleUncompressedStrip(), TIFFTileSize64(), and TIFFVTileSize().