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_dirread.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Defines

#define IGNORE   0 /* tag placeholder used below */
#define BYTECOUNTLOOKSBAD
#define NITEMS(x)   (sizeof (x) / sizeof (x[0]))

Functions

void TIFFCvtIEEEFloatToNative (TIFF *, uint32, float *)
void TIFFCvtIEEEDoubleToNative (TIFF *, uint32, double *)
static TIFFDirEntryTIFFReadDirectoryFind (TIFFDirEntry *dir, uint16 dircount, uint16 tagid)
static int EstimateStripByteCounts (TIFF *, TIFFDirEntry *, uint16)
static void MissingRequired (TIFF *, const char *)
static int TIFFCheckDirOffset (TIFF *, toff_t)
static int CheckDirCount (TIFF *, TIFFDirEntry *, uint32)
static uint16 TIFFFetchDirectory (TIFF *, toff_t, TIFFDirEntry **, toff_t *)
static tsize_t TIFFFetchData (TIFF *, TIFFDirEntry *, char *)
static tsize_t TIFFFetchString (TIFF *, TIFFDirEntry *, char *)
static float TIFFFetchRational (TIFF *, TIFFDirEntry *)
static int TIFFFetchNormalTag (TIFF *, TIFFDirEntry *)
static int TIFFFetchPerSampleShorts (TIFF *, TIFFDirEntry *, uint16 *)
static int TIFFFetchPerSampleLongs (TIFF *, TIFFDirEntry *, uint32 *)
static int TIFFFetchPerSampleAnys (TIFF *, TIFFDirEntry *, double *)
static int TIFFFetchShortArray (TIFF *, TIFFDirEntry *, uint16 *)
static int TIFFFetchStripThing (TIFF *, TIFFDirEntry *, long, uint32 **)
static int TIFFFetchRefBlackWhite (TIFF *, TIFFDirEntry *)
static int TIFFFetchSubjectDistance (TIFF *, TIFFDirEntry *)
static float TIFFFetchFloat (TIFF *, TIFFDirEntry *)
static int TIFFFetchFloatArray (TIFF *, TIFFDirEntry *, float *)
static int TIFFFetchDoubleArray (TIFF *, TIFFDirEntry *, double *)
static int TIFFFetchAnyArray (TIFF *, TIFFDirEntry *, double *)
static int TIFFFetchShortPair (TIFF *, TIFFDirEntry *)
static void ChopUpSingleUncompressedStrip (TIFF *)
int TIFFReadDirectory (TIFF *tif)
int TIFFReadCustomDirectory (TIFF *tif, toff_t diroff, const TIFFFieldInfo info[], size_t n)
int TIFFReadEXIFDirectory (TIFF *tif, toff_t diroff)
static int cvtRational (TIFF *tif, TIFFDirEntry *dir, uint32 num, uint32 denom, float *rv)
static int TIFFFetchByteArray (TIFF *tif, TIFFDirEntry *dir, uint8 *v)
static int TIFFFetchLongArray (TIFF *tif, TIFFDirEntry *dir, uint32 *v)
static int TIFFFetchRationalArray (TIFF *tif, TIFFDirEntry *dir, float *v)

Generated on Mon May 28 2012 04:49:48 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.