|
ReactOS 0.4.16-dev-2574-g474348f
|

Go to the source code of this file.
Functions | |
| uint32_t | _TIFFMultiply32 (TIFF *tif, uint32_t first, uint32_t second, const char *where) |
| uint64_t | _TIFFMultiply64 (TIFF *tif, uint64_t first, uint64_t second, const char *where) |
| tmsize_t | _TIFFMultiplySSize (TIFF *tif, tmsize_t first, tmsize_t second, const char *where) |
| tmsize_t | _TIFFCastUInt64ToSSize (TIFF *tif, uint64_t 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 (TIFF *tif, TIFFDirectory *td) |
| static int | TIFFDefaultRefBlackWhite (TIFF *tif, TIFFDirectory *td) |
| int | TIFFVGetFieldDefaulted (TIFF *tif, uint32_t tag, va_list ap) |
| int | TIFFGetFieldDefaulted (TIFF *tif, uint32_t tag,...) |
| float | _TIFFClampDoubleToFloat (double val) |
| uint32_t | _TIFFClampDoubleToUInt32 (double val) |
| int | _TIFFSeekOK (TIFF *tif, toff_t off) |
Definition at line 84 of file tif_aux.c.
Referenced by TIFFRasterScanlineSize(), TIFFReadRawStrip(), TIFFReadRawTile(), TIFFScanlineSize(), TIFFStripSize(), TIFFTileRowSize(), TIFFTileSize(), TIFFVStripSize(), and TIFFVTileSize().
Definition at line 122 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(), and TIFFMergeFieldInfo().
Definition at line 391 of file tif_aux.c.
Referenced by _TIFFVSetField(), and TIFFWriteDirectoryTagSampleformatArray().
Definition at line 35 of file tif_aux.c.
Referenced by TIFFNumberOfStrips(), and TIFFNumberOfTiles().
Definition at line 47 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().
|
static |
Definition at line 176 of file tif_aux.c.
Referenced by TIFFVGetFieldDefaulted().
|
static |
Definition at line 128 of file tif_aux.c.
Referenced by TIFFVGetFieldDefaulted().
Definition at line 380 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 217 of file tif_aux.c.
Referenced by TIFFGetFieldDefaulted().