|
ReactOS 0.4.16-dev-2574-g474348f
|


Go to the source code of this file.
Classes | |
| struct | TIFFDisplay |
| struct | TIFFYCbCrToRGB |
| struct | TIFFCIELabToRGB |
| struct | _TIFFRGBAImage |
| struct | TIFFCodec |
| struct | TIFFRational_t |
| struct | TIFFTagMethods |
| struct | TIFFFieldInfo |
| #define TIFF_ANY TIFF_NOTYPE /* for field descriptor searching */ |
| typedef struct _TIFFField TIFFField |
| typedef struct _TIFFFieldArray TIFFFieldArray |
| typedef typedefvoid void struct TIFFOpenOptions TIFFOpenOptions |
| typedef struct _TIFFRGBAImage TIFFRGBAImage |
| typedef unsigned char TIFFRGBValue |
| typedef TIFF_SSIZE_T tmsize_t |
Definition at line 341 of file tif_unix.c.
Referenced by _TIFFcallocExt(), and TIFFOpenOptionsAlloc().
Definition at line 349 of file tif_unix.c.
Referenced by _TIFFfreeExt(), TIFFOpenOptionsFree(), and TIFFOpenWExt().
Definition at line 333 of file tif_unix.c.
Referenced by _TIFFmallocExt(), and TIFFOpenWExt().
Definition at line 360 of file tif_unix.c.
Referenced by TIFFWriteDirectoryTagTransferfunction().
Definition at line 355 of file tif_unix.c.
Referenced by _TIFFVSetField(), DumpModeDecode(), DumpModeEncode(), fpAcc(), fpDiff(), setByteArray(), TIFFAdvanceDirectory(), TIFFCIELabToRGBInit(), TIFFClientOpenExt(), TIFFDefaultTransferFunction(), TIFFFetchDirectory(), TIFFFetchNormalTag(), TIFFFetchStripThing(), TIFFGetConfiguredCODECs(), TIFFReadDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryData(), TIFFReadRawStrip1(), TIFFReadRawTile1(), TIFFRGBAImageBegin(), TIFFWriteDirectorySec(), TIFFWriteDirectoryTagColormap(), TIFFWriteDirectoryTagData(), and TIFFWriteDirectoryTagTransferfunction().
Definition at line 353 of file tif_unix.c.
Referenced by _TIFFCreateAnonField(), _TIFFFillStrilesInternal(), _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), _TIFFVSetField(), TIFFClientOpenExt(), TIFFDefaultDirectory(), TIFFFetchStripThing(), TIFFFreeDirectory(), TIFFGetConfiguredCODECs(), TIFFGrowStrips(), TIFFReadRGBATileExt(), TIFFSetupStrips(), and TIFFYCbCrToRGBInit().
| TIFFTagMethods * TIFFAccessTagMethods | ( | TIFF * | tif | ) |
Definition at line 58 of file tif_extension.c.
Definition at line 292 of file tif_dirwrite.c.
Definition at line 71 of file tif_tile.c.
Referenced by _TIFFReadTileAndAllocBuffer(), TIFFReadTile(), and TIFFWriteTile().
| int TIFFCIELabToRGBInit | ( | TIFFCIELabToRGB * | cielab, |
| const TIFFDisplay * | display, | ||
| float * | refWhite | ||
| ) |
Definition at line 135 of file tif_color.c.
Referenced by initCIELabConversion().
| void TIFFCIELabToXYZ | ( | TIFFCIELabToRGB * | cielab, |
| uint32_t | l, | ||
| int32_t | a, | ||
| int32_t | b, | ||
| float * | X, | ||
| float * | Y, | ||
| float * | Z | ||
| ) |
Definition at line 43 of file tif_color.c.
Referenced by DECLAREContigPutFunc().
Auxiliary function to free the TIFF structure. Given structure will be completely freed, so you should save opened file handle and pointer to the close procedure in external variables before calling _TIFFCleanup(), if you will need these ones to close the file.
| tif | A TIFF pointer. |
Definition at line 44 of file tif_close.c.
Referenced by TIFFClientOpenExt(), and TIFFClose().
Definition at line 828 of file tif_open.c.
| TIFF * TIFFClientOpen | ( | const char * | name, |
| const char * | mode, | ||
| thandle_t | clientdata, | ||
| TIFFReadWriteProc | readproc, | ||
| TIFFReadWriteProc | writeproc, | ||
| TIFFSeekProc | seekproc, | ||
| TIFFCloseProc | closeproc, | ||
| TIFFSizeProc | sizeproc, | ||
| TIFFMapFileProc | mapproc, | ||
| TIFFUnmapFileProc | unmapproc | ||
| ) |
Definition at line 289 of file tif_open.c.
Referenced by _tiffStreamOpen(), and tiff_open_stream().
| TIFF * TIFFClientOpenExt | ( | const char * | name, |
| const char * | mode, | ||
| thandle_t | clientdata, | ||
| TIFFReadWriteProc | readproc, | ||
| TIFFReadWriteProc | writeproc, | ||
| TIFFSeekProc | seekproc, | ||
| TIFFCloseProc | closeproc, | ||
| TIFFSizeProc | sizeproc, | ||
| TIFFMapFileProc | mapproc, | ||
| TIFFUnmapFileProc | unmapproc, | ||
| TIFFOpenOptions * | opts | ||
| ) |
Definition at line 300 of file tif_open.c.
Referenced by TIFFClientOpen(), and TIFFFdOpenExt().
Close a previously opened TIFF file.
TIFFClose closes a file that was previously opened with TIFFOpen(). Any buffered data are flushed to the file, including the contents of the current directory (if modified); and all resources are reclaimed.
| tif | A TIFF pointer. |
Definition at line 155 of file tif_close.c.
Referenced by tiff_decoder_destroy(), tiff_decoder_initialize(), tiff_encoder_commit_file(), and tiff_encoder_destroy().
Definition at line 35 of file tif_strip.c.
Referenced by gtStripContig(), and gtStripSeparate().
Definition at line 35 of file tif_tile.c.
Referenced by _TIFFReadTileAndAllocBuffer(), TIFFReadTile(), and TIFFWriteTile().
| int TIFFCreateCustomDirectory | ( | TIFF * | tif, |
| const TIFFFieldArray * | infoarray | ||
| ) |
Definition at line 1704 of file tif_dir.c.
Referenced by TIFFCreateEXIFDirectory(), and TIFFCreateGPSDirectory().
Definition at line 1689 of file tif_dir.c.
Referenced by TIFFWriteDirectorySec().
Definition at line 1732 of file tif_dir.c.
Definition at line 869 of file tif_open.c.
Definition at line 864 of file tif_open.c.
Definition at line 874 of file tif_open.c.
Definition at line 879 of file tif_open.c.
| int TIFFDataWidth | ( | TIFFDataType | type | ) |
Definition at line 637 of file tif_dirinfo.c.
Referenced by _TIFFRewriteField(), EstimateStripByteCounts(), EvaluateIFDdatasizeReading(), and TIFFReadDirEntryArrayWithLimit().
Definition at line 218 of file tif_strip.c.
Definition at line 267 of file tif_tile.c.
Definition at line 268 of file tif_dirwrite.c.
Definition at line 209 of file tif_unix.c.
Definition at line 214 of file tif_unix.c.
Referenced by TIFFFdOpen(), TIFFOpenExt(), and TIFFOpenWExt().
| TIFFDataType TIFFFieldDataType | ( | const TIFFField * | fip | ) |
Definition at line 871 of file tif_dirinfo.c.
Definition at line 879 of file tif_dirinfo.c.
Referenced by _TIFFPrettyPrintField(), _TIFFPrintField(), _TIFFSetupFields(), TIFFCleanup(), and TIFFReadCustomDirectory().
Definition at line 869 of file tif_dirinfo.c.
Definition at line 873 of file tif_dirinfo.c.
Definition at line 875 of file tif_dirinfo.c.
Definition at line 757 of file tif_dirinfo.c.
Definition at line 673 of file tif_dirinfo.c.
Referenced by _TIFFPrintField(), _TIFFVGetField(), _TIFFVSetField(), TIFFPrintDirectory(), and TIFFWriteDirectorySec().
Definition at line 856 of file tif_dirinfo.c.
Definition at line 845 of file tif_dirinfo.c.
Referenced by _TIFFVSetField(), CheckDirCount(), TIFFFetchStripThing(), TIFFPrintDirectory(), TIFFReadDirectory(), and TIFFUnsetField().
Definition at line 877 of file tif_dirinfo.c.
Definition at line 798 of file tif_open.c.
Referenced by _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), buildMap(), gtStripContig(), gtStripSeparate(), gtTileContig(), gtTileSeparate(), makebwmap(), makecmap(), setupMap(), TIFFReadRGBAImageOriented(), TIFFReadRGBAStripExt(), TIFFReadRGBATileExt(), and TIFFRGBAImageGet().
Definition at line 813 of file tif_open.c.
Definition at line 192 of file tif_compress.c.
Referenced by _notConfigured(), TIFFIsCODECConfigured(), TIFFNoDecode(), TIFFNoEncode(), TIFFPrintDirectory(), and TIFFSetCompressionScheme().
| const TIFFField * TIFFFindField | ( | TIFF * | tif, |
| uint32_t | tag, | ||
| TIFFDataType | dt | ||
| ) |
Definition at line 795 of file tif_dirinfo.c.
Referenced by _TIFFFindOrRegisterField(), _TIFFMergeFields(), _TIFFRewriteField(), _TIFFVGetField(), _TIFFVSetField(), OkToChangeTag(), TIFFFieldWithTag(), and TIFFVGetField().
Definition at line 30 of file tif_flush.c.
Referenced by TIFFCleanup().
Definition at line 146 of file tif_flush.c.
Referenced by TIFFFlush(), and TIFFWriteScanline().
Definition at line 76 of file tif_flush.c.
Referenced by TIFFFlush(), and TIFFWriteCheck().
Definition at line 1619 of file tif_dir.c.
Referenced by TIFFCleanup(), TIFFCreateCustomDirectory(), TIFFCreateDirectory(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFUnlinkDirectory(), and TIFFWriteDirectorySec().
Definition at line 305 of file tif_swab.c.
Definition at line 64 of file tif_extension.c.
| TIFFCloseProc TIFFGetCloseProc | ( | TIFF * | tif | ) |
Definition at line 927 of file tif_open.c.
Get list of configured codecs, both built-in and registered by user. Caller is responsible to free this structure.
Definition at line 261 of file tif_compress.c.
Definition at line 1582 of file tif_dir.c.
Referenced by gtTileContig(), gtTileSeparate(), isCCITTCompression(), tiff_decoder_get_color_context(), tiff_get_decode_info(), TIFFPrintDirectory(), TIFFRGBAImageBegin(), TIFFRGBAImageOK(), and TIFFWriteDirectorySec().
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().
| TIFFMapFileProc TIFFGetMapFileProc | ( | TIFF * | tif | ) |
Definition at line 937 of file tif_open.c.
Definition at line 843 of file tif_open.c.
| TIFFReadWriteProc TIFFGetReadProc | ( | TIFF * | tif | ) |
Definition at line 912 of file tif_open.c.
| TIFFSeekProc TIFFGetSeekProc | ( | TIFF * | tif | ) |
Definition at line 922 of file tif_open.c.
| TIFFSizeProc TIFFGetSizeProc | ( | TIFF * | tif | ) |
Definition at line 932 of file tif_open.c.
Definition at line 8366 of file tif_dirread.c.
Referenced by allocChoppedUpStripArrays(), ByteCountLooksBad(), ChopUpSingleUncompressedStrip(), TIFFFillStrip(), TIFFFillStripPartial(), TIFFFillTile(), TIFFPrintDirectory(), TIFFRawStripSize64(), TIFFReadDirectory(), TIFFReadRawStrip(), TIFFReadRawTile(), TIFFSeek(), TIFFStartStrip(), TIFFStartTile(), and TryChopUpUncompressedBigTiff().
Definition at line 8373 of file tif_dirread.c.
Referenced by TIFFGetStrileByteCount().
Definition at line 8349 of file tif_dirread.c.
Referenced by allocChoppedUpStripArrays(), ByteCountLooksBad(), TIFFFillStrip(), TIFFFillStripPartial(), TIFFFillTile(), TIFFPrintDirectory(), TIFFReadDirectory(), TIFFReadRawStrip1(), TIFFReadRawStripOrTile2(), TIFFReadRawTile1(), and TryChopUpUncompressedBigTiff().
Definition at line 8356 of file tif_dirread.c.
Referenced by TIFFGetStrileOffset().
Definition at line 34 of file tif_extension.c.
Referenced by TIFFPrintDirectory().
Definition at line 42 of file tif_extension.c.
Referenced by TIFFPrintDirectory().
| TIFFUnmapFileProc TIFFGetUnmapFileProc | ( | TIFF * | tif | ) |
Definition at line 942 of file tif_open.c.
Definition at line 28 of file tif_version.c.
| TIFFReadWriteProc TIFFGetWriteProc | ( | TIFF * | tif | ) |
Definition at line 917 of file tif_open.c.
Definition at line 899 of file tif_open.c.
Definition at line 907 of file tif_open.c.
Definition at line 884 of file tif_open.c.
Referenced by tiff_decoder_get_metadata_blocks(), and tiff_decoder_read_tile().
Check whether we have working codec for the specific coding scheme.
Definition at line 146 of file tif_codec.c.
Referenced by _TIFFCheckFieldIsValidForCodec(), and TIFFGetConfiguredCODECs().
Definition at line 894 of file tif_open.c.
Definition at line 859 of file tif_open.c.
Referenced by PickContigCase(), PickSeparateCase(), TIFFForceStrileArrayWriting(), TIFFReadFromUserBuffer(), TIFFReadRGBAStripExt(), and TIFFReadRGBATileExt().
Definition at line 889 of file tif_open.c.
Definition at line 1147 of file tif_dirinfo.c.
Definition at line 2032 of file tif_dir.c.
Referenced by _TIFFGetDirNumberFromOffset(), tiff_decoder_initialize(), and TIFFWriteDirectorySec().
Definition at line 65 of file tif_strip.c.
Referenced by TIFFReadDirectory(), and TIFFSetupStrips().
Definition at line 108 of file tif_tile.c.
Referenced by TIFFReadDirectory(), and TIFFSetupStrips().
Definition at line 232 of file tif_unix.c.
Definition at line 237 of file tif_unix.c.
Referenced by TIFFOpen().
| TIFFOpenOptions * TIFFOpenOptionsAlloc | ( | void | ) |
Definition at line 80 of file tif_open.c.
| void TIFFOpenOptionsFree | ( | TIFFOpenOptions * | opts | ) |
Definition at line 87 of file tif_open.c.
| void TIFFOpenOptionsSetErrorHandlerExtR | ( | TIFFOpenOptions * | opts, |
| TIFFErrorHandlerExtR | handler, | ||
| void * | errorhandler_user_data | ||
| ) |
Definition at line 121 of file tif_open.c.
| void TIFFOpenOptionsSetMaxCumulatedMemAlloc | ( | TIFFOpenOptions * | opts, |
| tmsize_t | max_cumulated_mem_alloc | ||
| ) |
Define a limit in bytes for the cumulated memory allocations done by libtiff on a given TIFF handle. If max_cumulated_mem_alloc is set to 0, which is the default, no other limit that the underlying _TIFFmalloc() or TIFFOpenOptionsSetMaxSingleMemAlloc() will be applied.
Definition at line 106 of file tif_open.c.
| void TIFFOpenOptionsSetMaxSingleMemAlloc | ( | TIFFOpenOptions * | opts, |
| tmsize_t | max_single_mem_alloc | ||
| ) |
Define a limit in bytes for a single memory allocation done by libtiff. If max_single_mem_alloc is set to 0, which is the default, no other limit that the underlying _TIFFmalloc() or TIFFOpenOptionsSetMaxCumulatedMemAlloc() will be applied.
Definition at line 94 of file tif_open.c.
| void TIFFOpenOptionsSetWarnAboutUnknownTags | ( | TIFFOpenOptions * | opts, |
| int | warn_about_unknown_tags | ||
| ) |
Whether a warning should be emitted when encountering a unknown tag. Default is FALSE since libtiff 4.7.1
Definition at line 115 of file tif_open.c.
| void TIFFOpenOptionsSetWarningHandlerExtR | ( | TIFFOpenOptions * | opts, |
| TIFFErrorHandlerExtR | handler, | ||
| void * | warnhandler_user_data | ||
| ) |
Definition at line 129 of file tif_open.c.
Definition at line 244 of file tif_print.c.
Definition at line 375 of file tif_strip.c.
Definition at line 357 of file tif_strip.c.
Referenced by TIFFRasterScanlineSize().
Definition at line 168 of file tif_strip.c.
Definition at line 153 of file tif_strip.c.
Referenced by TIFFRawStripSize().
Definition at line 1375 of file tif_read.c.
Referenced by TIFFFillStrip(), and TIFFFillTile().
| int TIFFReadCustomDirectory | ( | TIFF * | tif, |
| toff_t | diroff, | ||
| const TIFFFieldArray * | infoarray | ||
| ) |
Definition at line 5278 of file tif_dirread.c.
Referenced by TIFFReadEXIFDirectory(), and TIFFReadGPSDirectory().
Definition at line 4236 of file tif_dirread.c.
Referenced by TIFFClientOpenExt(), TIFFSetDirectory(), and TIFFSetSubDirectory().
Definition at line 534 of file tif_read.c.
Referenced by _TIFFReadEncodedStripAndAllocBuffer(), gtStripSeparate(), and tiff_decoder_read_tile().
Definition at line 953 of file tif_read.c.
Referenced by _TIFFReadEncodedTileAndAllocBuffer(), tiff_decoder_read_tile(), and TIFFReadTile().
Definition at line 5462 of file tif_dirread.c.
| int TIFFReadFromUserBuffer | ( | TIFF * | tif, |
| uint32_t | strile, | ||
| void * | inbuf, | ||
| tmsize_t | insize, | ||
| void * | outbuf, | ||
| tmsize_t | outsize | ||
| ) |
Definition at line 1545 of file tif_read.c.
Definition at line 5470 of file tif_dirread.c.
Definition at line 717 of file tif_read.c.
Definition at line 1176 of file tif_read.c.
| int TIFFReadRGBAImage | ( | TIFF * | tif, |
| uint32_t | rwidth, | ||
| uint32_t | rheight, | ||
| uint32_t * | raster, | ||
| int | stop | ||
| ) |
Definition at line 656 of file tif_getimage.c.
| int TIFFReadRGBAImageOriented | ( | TIFF * | tif, |
| uint32_t | rwidth, | ||
| uint32_t | rheight, | ||
| uint32_t * | raster, | ||
| int | orientation, | ||
| int | stop | ||
| ) |
Definition at line 631 of file tif_getimage.c.
Referenced by TIFFReadRGBAImage().
Definition at line 3341 of file tif_getimage.c.
Definition at line 3347 of file tif_getimage.c.
Referenced by TIFFReadRGBAStrip().
Definition at line 3416 of file tif_getimage.c.
| int TIFFReadRGBATileExt | ( | TIFF * | tif, |
| uint32_t | col, | ||
| uint32_t | row, | ||
| uint32_t * | raster, | ||
| int | stop_on_error | ||
| ) |
Definition at line 3422 of file tif_getimage.c.
Referenced by TIFFReadRGBATile().
Definition at line 454 of file tif_read.c.
Definition at line 940 of file tif_read.c.
Referenced by gtTileSeparate().
| TIFFCodec * TIFFRegisterCODEC | ( | uint16_t | scheme, |
| const char * | name, | ||
| TIFFInitMethod | init | ||
| ) |
Definition at line 206 of file tif_compress.c.
Definition at line 310 of file tif_swab.c.
Referenced by TIFFFillStrip(), TIFFFillStripPartial(), TIFFFillTile(), TIFFFlushData1(), TIFFReadEncodedStrip(), TIFFReadEncodedTile(), TIFFReadFromUserBuffer(), TIFFWriteEncodedStrip(), and TIFFWriteEncodedTile().
Definition at line 483 of file tif_dirwrite.c.
Referenced by TIFFFlush().
| int TIFFRGBAImageBegin | ( | TIFFRGBAImage * | , |
| TIFF * | , | ||
| int | , | ||
| char | [1024] | ||
| ) |
| void TIFFRGBAImageEnd | ( | TIFFRGBAImage * | img | ) |
Definition at line 253 of file tif_getimage.c.
Referenced by TIFFReadRGBAImageOriented(), TIFFReadRGBAStripExt(), TIFFReadRGBATileExt(), and TIFFRGBAImageBegin().
| int TIFFRGBAImageGet | ( | TIFFRGBAImage * | img, |
| uint32_t * | raster, | ||
| uint32_t | w, | ||
| uint32_t | h | ||
| ) |
Definition at line 587 of file tif_getimage.c.
Referenced by TIFFReadRGBAImageOriented(), TIFFReadRGBAStripExt(), and TIFFReadRGBATileExt().
Definition at line 343 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 833 of file tif_open.c.
Definition at line 78 of file tif_extension.c.
Definition at line 2057 of file tif_dir.c.
Referenced by tiff_decoder_select_frame().
| void void void void TIFFErrorHandler TIFFSetErrorHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 32 of file tif_error.c.
Referenced by tiff_decoder_create(), and tiff_encoder_create().
| TIFFErrorHandlerExt TIFFSetErrorHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 39 of file tif_error.c.
Definition at line 1146 of file tif_dir.c.
Referenced by allocChoppedUpStripArrays(), tiff_encoder_create_frame(), TIFFDefaultDirectory(), TIFFFetchNormalTag(), TIFFFetchSubjectDistance(), TIFFReadDirectory(), and TIFFRGBAImageBegin().
Definition at line 803 of file tif_open.c.
Definition at line 818 of file tif_open.c.
Definition at line 848 of file tif_open.c.
Definition at line 2153 of file tif_dir.c.
| TIFFExtendProc TIFFSetTagExtender | ( | TIFFExtendProc | extender | ) |
Definition at line 553 of file tif_write.c.
Referenced by TIFFCheckpointDirectory(), TIFFForceStrileArrayWriting(), TIFFReadDirectory(), and TIFFWriteCheck().
| TIFFErrorHandler TIFFSetWarningHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 32 of file tif_warning.c.
Referenced by tiff_decoder_create(), and tiff_encoder_create().
| TIFFErrorHandlerExt TIFFSetWarningHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 39 of file tif_warning.c.
Definition at line 961 of file tif_write.c.
Referenced by TIFFCheckpointDirectory().
Definition at line 204 of file tif_strip.c.
Referenced by gtStripContig(), gtStripSeparate(), TIFFFillStrip(), TIFFReadDirectory(), and TIFFWriteBufferSetup().
Definition at line 196 of file tif_strip.c.
Referenced by _TIFFRewriteField(), TIFFReadDirectory(), TIFFStripSize(), TIFFWriteDirectoryTagLongLong8Array(), and TryChopUpUncompressedBigTiff().
Definition at line 222 of file tif_swab.c.
Referenced by _TIFFSwab64BitData(), and TIFFWriteDirectoryTagCheckedDoubleArray().
Definition at line 201 of file tif_swab.c.
Definition at line 45 of file tif_swab.c.
Referenced by _TIFFPartialReadStripArray(), _TIFFRewriteField(), EvaluateIFDdatasizeReading(), TIFFAdvanceDirectory(), TIFFClientOpenExt(), TIFFFetchDirectory(), TIFFFetchSubjectDistance(), TIFFLinkDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryByteArray(), TIFFReadDirEntryCheckedDouble(), TIFFReadDirEntryCheckedFloat(), TIFFReadDirEntryCheckedLong(), TIFFReadDirEntryCheckedLong8(), TIFFReadDirEntryCheckedRational(), TIFFReadDirEntryCheckedSlong(), TIFFReadDirEntryCheckedSlong8(), TIFFReadDirEntryCheckedSrational(), TIFFReadDirEntryDoubleArray(), TIFFReadDirEntryFloatArray(), TIFFReadDirEntryIfd8Array(), TIFFReadDirEntryLong8ArrayWithLimit(), TIFFReadDirEntryLongArray(), TIFFReadDirEntrySbyteArray(), TIFFReadDirEntryShortArray(), TIFFReadDirEntrySlong8Array(), TIFFReadDirEntrySlongArray(), TIFFReadDirEntrySshortArray(), TIFFRewriteDirectorySec(), TIFFUnlinkDirectory(), TIFFWriteDirectorySec(), TIFFWriteDirectoryTagCheckedLong(), TIFFWriteDirectoryTagCheckedRational(), and TIFFWriteDirectoryTagData().
Definition at line 60 of file tif_swab.c.
Referenced by _TIFFPartialReadStripArray(), _TIFFRewriteField(), EvaluateIFDdatasizeReading(), TIFFAdvanceDirectory(), TIFFClientOpenExt(), TIFFFetchDirectory(), TIFFLinkDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryByteArray(), TIFFReadDirEntryCheckedDouble(), TIFFReadDirEntryCheckedLong8(), TIFFReadDirEntryCheckedSlong8(), TIFFReadDirEntryDoubleArray(), TIFFReadDirEntryFloatArray(), TIFFReadDirEntryLong8ArrayWithLimit(), TIFFReadDirEntryLongArray(), TIFFReadDirEntrySbyteArray(), TIFFReadDirEntryShortArray(), TIFFReadDirEntrySlong8Array(), TIFFReadDirEntrySlongArray(), TIFFReadDirEntrySshortArray(), TIFFRewriteDirectorySec(), TIFFUnlinkDirectory(), TIFFWriteDirectorySec(), and TIFFWriteDirectoryTagData().
Definition at line 33 of file tif_swab.c.
Referenced by _TIFFPartialReadStripArray(), _TIFFRewriteField(), TIFFAdvanceDirectory(), TIFFClientOpenExt(), TIFFFetchDirectory(), TIFFLinkDirectory(), TIFFReadDirEntryByteArray(), TIFFReadDirEntryCheckedShort(), TIFFReadDirEntryCheckedSshort(), TIFFReadDirEntryDoubleArray(), TIFFReadDirEntryFloatArray(), TIFFReadDirEntryLong8ArrayWithLimit(), TIFFReadDirEntryLongArray(), TIFFReadDirEntrySbyteArray(), TIFFReadDirEntryShortArray(), TIFFReadDirEntrySlong8Array(), TIFFReadDirEntrySlongArray(), TIFFReadDirEntrySshortArray(), TIFFRewriteDirectorySec(), TIFFWriteDirectorySec(), and TIFFWriteDirectoryTagCheckedShort().
Definition at line 177 of file tif_tile.c.
Referenced by gtTileContig(), gtTileSeparate(), and PredictorSetup().
Definition at line 140 of file tif_tile.c.
Referenced by TIFFTileRowSize(), and TIFFVTileSize64().
Definition at line 253 of file tif_tile.c.
Referenced by gtTileContig(), gtTileSeparate(), TIFFFillTile(), TIFFReadDirectory(), and TIFFWriteCheck().
Definition at line 249 of file tif_tile.c.
Referenced by _TIFFRewriteField(), EstimateStripByteCounts(), TIFFTileSize(), and TIFFWriteDirectoryTagLongLong8Array().
Definition at line 2237 of file tif_dir.c.
Definition at line 232 of file tif_compress.c.
Definition at line 1160 of file tif_dir.c.
Definition at line 1599 of file tif_dir.c.
Referenced by TIFFGetField(), and TIFFVGetFieldDefaulted().
Definition at line 217 of file tif_aux.c.
Referenced by TIFFGetFieldDefaulted().
Definition at line 142 of file tif_strip.c.
Referenced by TIFFReadEncodedStripGetStripSize().
Definition at line 88 of file tif_strip.c.
Referenced by TIFFStripSize64(), TIFFVStripSize(), and TryChopUpUncompressedBigTiff().
Definition at line 238 of file tif_tile.c.
Definition at line 188 of file tif_tile.c.
Referenced by ChopUpSingleUncompressedStrip(), TIFFTileSize64(), and TIFFVTileSize().
Definition at line 677 of file tif_write.c.
Referenced by _TIFFReserveLargeEnoughWriteBuffer().
Definition at line 605 of file tif_write.c.
Definition at line 303 of file tif_dirwrite.c.
Definition at line 238 of file tif_dirwrite.c.
Referenced by tiff_encoder_create_frame(), and TIFFRewriteDirectorySec().
Definition at line 215 of file tif_write.c.
Definition at line 414 of file tif_write.c.
Referenced by TIFFWriteTile().
Definition at line 328 of file tif_write.c.
Definition at line 533 of file tif_write.c.
Definition at line 47 of file tif_write.c.
Referenced by tiff_encoder_write_lines().
Definition at line 387 of file tif_write.c.
| void TIFFXYZToRGB | ( | TIFFCIELabToRGB * | cielab, |
| float | X, | ||
| float | Y, | ||
| float | Z, | ||
| uint32_t * | r, | ||
| uint32_t * | g, | ||
| uint32_t * | b | ||
| ) |
Definition at line 89 of file tif_color.c.
Referenced by DECLAREContigPutFunc().
| void TIFFYCbCrtoRGB | ( | TIFFYCbCrToRGB * | ycbcr, |
| uint32_t | Y, | ||
| int32_t | Cb, | ||
| int32_t | Cr, | ||
| uint32_t * | r, | ||
| uint32_t * | g, | ||
| uint32_t * | b | ||
| ) |
Definition at line 199 of file tif_color.c.
Referenced by DECLARESepPutFunc().
| int TIFFYCbCrToRGBInit | ( | TIFFYCbCrToRGB * | ycbcr, |
| float * | luma, | ||
| float * | refBlackWhite | ||
| ) |
Definition at line 251 of file tif_color.c.
Referenced by initYCbCrConversion().