ReactOS 0.4.16-dev-823-g9a093ec
|
#include <precomp.h>
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 delta, const char *module) |
static int | TIFFAppendToStrip (TIFF *tif, uint32 strip, uint8 *data, tmsize_t cc) |
int | TIFFWriteScanline (TIFF *tif, void *buf, uint32 row, uint16 sample) |
static int | _TIFFReserveLargeEnoughWriteBuffer (TIFF *tif, uint32 strip_or_tile) |
tmsize_t | TIFFWriteEncodedStrip (TIFF *tif, uint32 strip, void *data, tmsize_t cc) |
tmsize_t | TIFFWriteRawStrip (TIFF *tif, uint32 strip, void *data, tmsize_t cc) |
tmsize_t | TIFFWriteTile (TIFF *tif, void *buf, uint32 x, uint32 y, uint32 z, uint16 s) |
tmsize_t | TIFFWriteEncodedTile (TIFF *tif, uint32 tile, void *data, tmsize_t cc) |
tmsize_t | TIFFWriteRawTile (TIFF *tif, uint32 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 519 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 183 of file tif_write.c.
Referenced by TIFFWriteEncodedStrip(), and TIFFWriteEncodedTile().
Definition at line 728 of file tif_write.c.
Referenced by TIFFFlushData1(), TIFFWriteEncodedStrip(), TIFFWriteEncodedTile(), TIFFWriteRawStrip(), and TIFFWriteRawTile().
Definition at line 803 of file tif_write.c.
Referenced by DumpModeEncode(), TIFFFlushData(), and TIFFWriteDirectorySec().
Definition at line 692 of file tif_write.c.
Referenced by TIFFWriteEncodedStrip(), TIFFWriteRawStrip(), and TIFFWriteScanline().
Definition at line 523 of file tif_write.c.
Referenced by TIFFCheckpointDirectory(), TIFFForceStrileArrayWriting(), TIFFReadDirectory(), and TIFFWriteCheck().
Definition at line 834 of file tif_write.c.
Referenced by TIFFCheckpointDirectory().
Definition at line 650 of file tif_write.c.
Referenced by _TIFFReserveLargeEnoughWriteBuffer().
Definition at line 565 of file tif_write.c.
Definition at line 212 of file tif_write.c.
Definition at line 391 of file tif_write.c.
Referenced by TIFFWriteTile().
Definition at line 316 of file tif_write.c.
Definition at line 503 of file tif_write.c.
Definition at line 47 of file tif_write.c.
Referenced by tiff_encoder_write_lines().
Definition at line 364 of file tif_write.c.