ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Classes | |
struct | _Int64Parts |
union | _Int64 |
Functions | |
uint32 | _TIFFMultiply32 (TIFF *tif, uint32 first, uint32 second, const char *where) |
uint64 | _TIFFMultiply64 (TIFF *tif, uint64 first, uint64 second, const char *where) |
tmsize_t | _TIFFMultiplySSize (TIFF *tif, tmsize_t first, tmsize_t second, const char *where) |
tmsize_t | _TIFFCastUInt64ToSSize (TIFF *tif, uint64 val, const char *module) |
void * | _TIFFCheckRealloc (TIFF *tif, void *buffer, tmsize_t nmemb, tmsize_t elem_size, const char *what) |
void * | _TIFFCheckMalloc (TIFF *tif, tmsize_t nmemb, tmsize_t elem_size, const char *what) |
static int | TIFFDefaultTransferFunction (TIFFDirectory *td) |
static int | TIFFDefaultRefBlackWhite (TIFFDirectory *td) |
int | TIFFVGetFieldDefaulted (TIFF *tif, uint32 tag, va_list ap) |
int | TIFFGetFieldDefaulted (TIFF *tif, uint32 tag,...) |
float | _TIFFUInt64ToFloat (uint64 ui64) |
double | _TIFFUInt64ToDouble (uint64 ui64) |
float | _TIFFClampDoubleToFloat (double val) |
int | _TIFFSeekOK (TIFF *tif, toff_t off) |
Definition at line 83 of file tif_aux.c.
Referenced by TIFFRasterScanlineSize(), TIFFReadRawStrip(), TIFFReadRawTile(), TIFFScanlineSize(), TIFFStripSize(), TIFFTileRowSize(), TIFFTileSize(), TIFFVStripSize(), and TIFFVTileSize().
Definition at line 121 of file tif_aux.c.
Referenced by _TIFFMergeFields(), _TIFFRewriteField(), _TIFFVSetField(), allocChoppedUpStripArrays(), EstimateStripByteCounts(), TIFFFetchDirectory(), TIFFFetchStripThing(), TIFFMergeFieldInfo(), TIFFReadDirEntryArrayWithLimit(), and TIFFSetupStrips().
void * _TIFFCheckRealloc | ( | TIFF * | tif, |
void * | buffer, | ||
tmsize_t | nmemb, | ||
tmsize_t | elem_size, | ||
const char * | what | ||
) |
Definition at line 97 of file tif_aux.c.
Referenced by _TIFFCheckMalloc(), _TIFFMergeFields(), TIFFCheckDirOffset(), and TIFFMergeFieldInfo().
Definition at line 397 of file tif_aux.c.
Referenced by _TIFFVSetField(), and TIFFWriteDirectoryTagSampleformatArray().
Definition at line 37 of file tif_aux.c.
Referenced by TIFFNumberOfStrips(), and TIFFNumberOfTiles().
Definition at line 48 of file tif_aux.c.
Referenced by TIFFRasterScanlineSize64(), TIFFScanlineSize64(), TIFFTileRowSize64(), TIFFVStripSize64(), and TIFFVTileSize64().
Definition at line 59 of file tif_aux.c.
Referenced by _TIFFCheckRealloc(), gtStripSeparate(), gtTileSeparate(), and setByteArray().
Definition at line 382 of file tif_aux.c.
Referenced by TIFFReadDirEntryDouble(), and TIFFReadDirEntryDoubleArray().
Definition at line 366 of file tif_aux.c.
Referenced by TIFFReadDirEntryFloat(), and TIFFReadDirEntryFloatArray().
|
static |
Definition at line 171 of file tif_aux.c.
Referenced by TIFFVGetFieldDefaulted().
|
static |
Definition at line 127 of file tif_aux.c.
Referenced by TIFFVGetFieldDefaulted().
Definition at line 345 of file tif_aux.c.
Referenced by gtStripContig(), gtStripSeparate(), initCIELabConversion(), initYCbCrConversion(), PickContigCase(), PickSeparateCase(), TIFFReadRGBAStripExt(), TIFFReadRGBATileExt(), TIFFRGBAImageBegin(), TIFFRGBAImageOK(), TIFFScanlineSize64(), TIFFVStripSize64(), TIFFVTileSize64(), and TIFFWriteDirectorySec().
Definition at line 209 of file tif_aux.c.
Referenced by TIFFGetFieldDefaulted().