ReactOS 0.4.16-dev-122-g325d74c
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
uint32 | TIFFComputeStrip (TIFF *tif, uint32 row, uint16 sample) |
uint32 | TIFFNumberOfStrips (TIFF *tif) |
uint64 | TIFFVStripSize64 (TIFF *tif, uint32 nrows) |
tmsize_t | TIFFVStripSize (TIFF *tif, uint32 nrows) |
uint64 | TIFFRawStripSize64 (TIFF *tif, uint32 strip) |
tmsize_t | TIFFRawStripSize (TIFF *tif, uint32 strip) |
uint64 | TIFFStripSize64 (TIFF *tif) |
tmsize_t | TIFFStripSize (TIFF *tif) |
uint32 | TIFFDefaultStripSize (TIFF *tif, uint32 request) |
uint32 | _TIFFDefaultStripSize (TIFF *tif, uint32 s) |
uint64 | TIFFScanlineSize64 (TIFF *tif) |
tmsize_t | TIFFScanlineSize (TIFF *tif) |
uint64 | TIFFRasterScanlineSize64 (TIFF *tif) |
tmsize_t | TIFFRasterScanlineSize (TIFF *tif) |
Definition at line 223 of file tif_strip.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 36 of file tif_strip.c.
Referenced by gtStripContig(), and gtStripSeparate().
Definition at line 217 of file tif_strip.c.
Definition at line 59 of file tif_strip.c.
Referenced by TIFFReadDirectory(), and TIFFSetupStrips().
Definition at line 344 of file tif_strip.c.
Definition at line 329 of file tif_strip.c.
Referenced by TIFFRasterScanlineSize().
Definition at line 164 of file tif_strip.c.
Definition at line 140 of file tif_strip.c.
Referenced by TIFFRawStripSize().
Definition at line 314 of file tif_strip.c.
Referenced by gtStripContig(), gtStripSeparate(), PredictorSetup(), TIFFReadDirectory(), and TIFFWriteCheck().
Definition at line 257 of file tif_strip.c.
Referenced by _TIFFDefaultStripSize(), ByteCountLooksBad(), EstimateStripByteCounts(), TIFFScanlineSize(), and TIFFVStripSize64().
Definition at line 202 of file tif_strip.c.
Referenced by gtStripContig(), gtStripSeparate(), TIFFFillStrip(), TIFFReadDirectory(), and TIFFWriteBufferSetup().
Definition at line 193 of file tif_strip.c.
Referenced by _TIFFRewriteField(), TIFFReadDirectory(), TIFFStripSize(), TIFFWriteDirectoryTagLongLong8Array(), and TryChopUpUncompressedBigTiff().
Definition at line 128 of file tif_strip.c.
Referenced by TIFFReadEncodedStripGetStripSize().
Definition at line 76 of file tif_strip.c.
Referenced by TIFFStripSize64(), TIFFVStripSize(), and TryChopUpUncompressedBigTiff().