Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions
tif_swab.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Functions

void TIFFSwabShort (uint16 *wp)
 
void TIFFSwabLong (uint32 *lp)
 
void TIFFSwabArrayOfShort (uint16 *wp, register unsigned long n)
 
void TIFFSwabArrayOfTriples (uint8 *tp, unsigned long n)
 
void TIFFSwabArrayOfLong (register uint32 *lp, register unsigned long n)
 
void TIFFSwabDouble (double *dp)
 
void TIFFSwabArrayOfDouble (double *dp, register unsigned long n)
 
const unsigned char * TIFFGetBitRevTable (int reversed)
 
void TIFFReverseBits (register unsigned char *cp, register unsigned long n)
 

Function Documentation

◆ TIFFGetBitRevTable()

const unsigned char* TIFFGetBitRevTable ( int  reversed)

Definition at line 212 of file tif_swab.c.

◆ TIFFReverseBits()

void TIFFReverseBits ( register unsigned char *  cp,
register unsigned long  n 
)

Definition at line 218 of file tif_swab.c.

Referenced by TIFFFlushData1(), and TIFFWriteEncodedTile().

◆ TIFFSwabArrayOfDouble()

void TIFFSwabArrayOfDouble ( double *  dp,
register unsigned long  n 
)

Definition at line 120 of file tif_swab.c.

References TIFFSwabArrayOfLong().

Referenced by _TIFFSwab64BitData().

◆ TIFFSwabArrayOfLong()

void TIFFSwabArrayOfLong ( register uint32 lp,
register unsigned long  n 
)

◆ TIFFSwabArrayOfShort()

void TIFFSwabArrayOfShort ( uint16 wp,
register unsigned long  n 
)

Definition at line 59 of file tif_swab.c.

Referenced by _TIFFSwab16BitData(), TIFFReadCustomDirectory(), and TIFFReadDirectory().

◆ TIFFSwabArrayOfTriples()

void TIFFSwabArrayOfTriples ( uint8 tp,
unsigned long  n 
)

Definition at line 75 of file tif_swab.c.

Referenced by _TIFFSwab24BitData().

◆ TIFFSwabDouble()

void TIFFSwabDouble ( double *  dp)

Definition at line 108 of file tif_swab.c.

References TIFFSwabArrayOfLong().

◆ TIFFSwabLong()

void TIFFSwabLong ( uint32 lp)

Definition at line 47 of file tif_swab.c.

Referenced by TIFFReadDirectory(), and TIFFRewriteDirectory().

◆ TIFFSwabShort()

void TIFFSwabShort ( uint16 wp)

Definition at line 36 of file tif_swab.c.

Referenced by TIFFReadCustomDirectory(), TIFFReadDirectory(), and TIFFRewriteDirectory().