|
ReactOS 0.4.16-dev-2617-g01a0906
|

Go to the source code of this file.
Macros | |
| #define | STRIPINCR 20 /* expansion factor on strip array */ |
| #define | WRITECHECKSTRIPS(tif, module) (((tif)->tif_flags & TIFF_BEENWRITING) || TIFFWriteCheck((tif), 0, module)) |
| #define | WRITECHECKTILES(tif, module) (((tif)->tif_flags & TIFF_BEENWRITING) || TIFFWriteCheck((tif), 1, module)) |
| #define | BUFFERCHECK(tif) |
| #define | isUnspecified(tif, f) (TIFFFieldSet(tif, f) && (tif)->tif_dir.td_imagelength == 0) |
Functions | |
| static int | TIFFGrowStrips (TIFF *tif, uint32_t delta, const char *module) |
| static int | TIFFAppendToStrip (TIFF *tif, uint32_t strip, uint8_t *data, tmsize_t cc) |
| int | TIFFWriteScanline (TIFF *tif, void *buf, uint32_t row, uint16_t sample) |
| static int | _TIFFReserveLargeEnoughWriteBuffer (TIFF *tif, uint32_t strip_or_tile) |
| tmsize_t | TIFFWriteEncodedStrip (TIFF *tif, uint32_t strip, void *data, tmsize_t cc) |
| tmsize_t | TIFFWriteRawStrip (TIFF *tif, uint32_t strip, void *data, tmsize_t cc) |
| tmsize_t | TIFFWriteTile (TIFF *tif, void *buf, uint32_t x, uint32_t y, uint32_t z, uint16_t s) |
| tmsize_t | TIFFWriteEncodedTile (TIFF *tif, uint32_t tile, void *data, tmsize_t cc) |
| tmsize_t | TIFFWriteRawTile (TIFF *tif, uint32_t tile, void *data, tmsize_t cc) |
| int | TIFFSetupStrips (TIFF *tif) |
| int | TIFFWriteCheck (TIFF *tif, int tiles, const char *module) |
| int | TIFFWriteBufferSetup (TIFF *tif, void *bp, tmsize_t size) |
| int | TIFFFlushData1 (TIFF *tif) |
| void | TIFFSetWriteOffset (TIFF *tif, toff_t off) |
| #define BUFFERCHECK | ( | tif | ) |
Definition at line 39 of file tif_write.c.
| #define isUnspecified | ( | tif, | |
| f | |||
| ) | (TIFFFieldSet(tif, f) && (tif)->tif_dir.td_imagelength == 0) |
Definition at line 550 of file tif_write.c.
Definition at line 33 of file tif_write.c.
| #define WRITECHECKSTRIPS | ( | tif, | |
| module | |||
| ) | (((tif)->tif_flags & TIFF_BEENWRITING) || TIFFWriteCheck((tif), 0, module)) |
Definition at line 35 of file tif_write.c.
| #define WRITECHECKTILES | ( | tif, | |
| module | |||
| ) | (((tif)->tif_flags & TIFF_BEENWRITING) || TIFFWriteCheck((tif), 1, module)) |
Definition at line 37 of file tif_write.c.
Definition at line 189 of file tif_write.c.
Referenced by TIFFWriteEncodedStrip(), and TIFFWriteEncodedTile().
Definition at line 764 of file tif_write.c.
Referenced by TIFFFlushData1(), TIFFWriteEncodedStrip(), TIFFWriteEncodedTile(), TIFFWriteRawStrip(), and TIFFWriteRawTile().
Definition at line 931 of file tif_write.c.
Referenced by DumpModeEncode(), TIFFFlushData(), and TIFFWriteDirectorySec().
Definition at line 727 of file tif_write.c.
Referenced by TIFFWriteEncodedStrip(), TIFFWriteRawStrip(), and TIFFWriteScanline().
Definition at line 553 of file tif_write.c.
Referenced by TIFFCheckpointDirectory(), TIFFForceStrileArrayWriting(), TIFFReadDirectory(), and TIFFWriteCheck().
Definition at line 961 of file tif_write.c.
Referenced by TIFFCheckpointDirectory().
Definition at line 677 of file tif_write.c.
Referenced by _TIFFReserveLargeEnoughWriteBuffer().
Definition at line 605 of file tif_write.c.
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.