ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

tif_dir.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Defines

#define DATATYPE_VOID   0 /* !untyped data */
#define DATATYPE_INT   1 /* !signed integer data */
#define DATATYPE_UINT   2 /* !unsigned integer data */
#define DATATYPE_IEEEFP   3 /* !IEEE floating point data */
#define EXTRASAMPLE_COREL_UNASSALPHA   999
#define CleanupField(member)

Functions

static void setByteArray (void **vpp, void *vp, size_t nmemb, size_t elem_size)
void _TIFFsetByteArray (void **vpp, void *vp, uint32 n)
void _TIFFsetString (char **cpp, char *cp)
void _TIFFsetNString (char **cpp, char *cp, uint32 n)
void _TIFFsetShortArray (uint16 **wpp, uint16 *wp, uint32 n)
void _TIFFsetLongArray (uint32 **lpp, uint32 *lp, uint32 n)
void _TIFFsetFloatArray (float **fpp, float *fp, uint32 n)
void _TIFFsetDoubleArray (double **dpp, double *dp, uint32 n)
static int setExtraSamples (TIFFDirectory *td, va_list ap, uint32 *v)
static uint32 checkInkNamesString (TIFF *tif, uint32 slen, const char *s)
static int _TIFFVSetField (TIFF *tif, ttag_t tag, va_list ap)
static int OkToChangeTag (TIFF *tif, ttag_t tag)
int TIFFSetField (TIFF *tif, ttag_t tag,...)
int TIFFVSetField (TIFF *tif, ttag_t tag, va_list ap)
static int _TIFFVGetField (TIFF *tif, ttag_t tag, va_list ap)
int TIFFGetField (TIFF *tif, ttag_t tag,...)
int TIFFVGetField (TIFF *tif, ttag_t tag, va_list ap)
void TIFFFreeDirectory (TIFF *tif)
TIFFExtendProc TIFFSetTagExtender (TIFFExtendProc extender)
int TIFFCreateDirectory (TIFF *tif)
int TIFFDefaultDirectory (TIFF *tif)
static int TIFFAdvanceDirectory (TIFF *tif, uint32 *nextdir, toff_t *off)
tdir_t TIFFNumberOfDirectories (TIFF *tif)
int TIFFSetDirectory (TIFF *tif, tdir_t dirn)
int TIFFSetSubDirectory (TIFF *tif, uint32 diroff)
uint32 TIFFCurrentDirOffset (TIFF *tif)
int TIFFLastDirectory (TIFF *tif)
int TIFFUnlinkDirectory (TIFF *tif, tdir_t dirn)
int TIFFReassignTagToIgnore (enum TIFFIgnoreSense task, int TIFFtagID)

Variables

static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL

Generated on Sun May 27 2012 04:49:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.