|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| struct | codec_t |
Functions |
| static int | TIFFNoEncode (TIFF *tif, const char *method) |
| int | _TIFFNoRowEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| int | _TIFFNoStripEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| int | _TIFFNoTileEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| static int | TIFFNoDecode (TIFF *tif, const char *method) |
| int | _TIFFNoRowDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| int | _TIFFNoStripDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| int | _TIFFNoTileDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
| int | _TIFFNoSeek (TIFF *tif, uint32 off) |
| int | _TIFFNoPreCode (TIFF *tif, tsample_t s) |
| static int | _TIFFtrue (TIFF *tif) |
| static void | _TIFFvoid (TIFF *tif) |
| void | _TIFFSetDefaultCompressionState (TIFF *tif) |
| int | TIFFSetCompressionScheme (TIFF *tif, int scheme) |
| const TIFFCodec * | TIFFFindCODEC (uint16 scheme) |
| TIFFCodec * | TIFFRegisterCODEC (uint16 scheme, const char *name, TIFFInitMethod init) |
| void | TIFFUnRegisterCODEC (TIFFCodec *c) |
| TIFFCodec * | TIFFGetConfiguredCODECs () |
Variables |
| static codec_t * | registeredCODECS = NULL |
Generated on Thu May 24 2012 04:49:24 for ReactOS by
1.7.6.1
|