ReactOS 0.4.16-dev-329-g9223134
|
#include <precomp.h>
Go to the source code of this file.
Definition at line 34 of file tif_open.c.
Referenced by TIFFClientOpen().
Definition at line 41 of file tif_open.c.
Referenced by TIFFClientOpen().
Definition at line 47 of file tif_open.c.
Referenced by TIFFClientOpen(), TIFFOpen(), and TIFFOpenW().
Definition at line 553 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 71 of file tif_open.c.
Referenced by _tiffStreamOpen(), and TIFFFdOpen().
Definition at line 612 of file tif_open.c.
Definition at line 603 of file tif_open.c.
Definition at line 621 of file tif_open.c.
Definition at line 630 of file tif_open.c.
Definition at line 513 of file tif_open.c.
Referenced by _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), buildMap(), gtStripContig(), gtStripSeparate(), gtTileContig(), makebwmap(), makecmap(), setupMap(), TIFFReadRGBAImageOriented(), TIFFReadRGBAStripExt(), TIFFReadRGBATileExt(), and TIFFRGBAImageGet().
Definition at line 533 of file tif_open.c.
TIFFCloseProc TIFFGetCloseProc | ( | TIFF * | tif | ) |
Definition at line 702 of file tif_open.c.
TIFFMapFileProc TIFFGetMapFileProc | ( | TIFF * | tif | ) |
Definition at line 720 of file tif_open.c.
Definition at line 573 of file tif_open.c.
TIFFReadWriteProc TIFFGetReadProc | ( | TIFF * | tif | ) |
Definition at line 675 of file tif_open.c.
TIFFSeekProc TIFFGetSeekProc | ( | TIFF * | tif | ) |
Definition at line 693 of file tif_open.c.
TIFFSizeProc TIFFGetSizeProc | ( | TIFF * | tif | ) |
Definition at line 711 of file tif_open.c.
TIFFUnmapFileProc TIFFGetUnmapFileProc | ( | TIFF * | tif | ) |
Definition at line 729 of file tif_open.c.
TIFFReadWriteProc TIFFGetWriteProc | ( | TIFF * | tif | ) |
Definition at line 684 of file tif_open.c.
Definition at line 666 of file tif_open.c.
Definition at line 639 of file tif_open.c.
Definition at line 657 of file tif_open.c.
Definition at line 594 of file tif_open.c.
Referenced by PickContigCase(), PickSeparateCase(), TIFFForceStrileArrayWriting(), TIFFReadFromUserBuffer(), TIFFReadRGBAStripExt(), and TIFFReadRGBATileExt().
Definition at line 648 of file tif_open.c.
Definition at line 562 of file tif_open.c.
Definition at line 522 of file tif_open.c.
Definition at line 542 of file tif_open.c.