Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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) |
Definition at line 212 of file tif_swab.c.
Definition at line 218 of file tif_swab.c.
Referenced by TIFFFlushData1(), and TIFFWriteEncodedTile().
Definition at line 120 of file tif_swab.c.
References TIFFSwabArrayOfLong().
Referenced by _TIFFSwab64BitData().
Definition at line 91 of file tif_swab.c.
Referenced by _TIFFSwab32BitData(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFSwabArrayOfDouble(), and TIFFSwabDouble().
Definition at line 59 of file tif_swab.c.
Referenced by _TIFFSwab16BitData(), TIFFReadCustomDirectory(), and TIFFReadDirectory().
Definition at line 75 of file tif_swab.c.
Referenced by _TIFFSwab24BitData().
void TIFFSwabDouble | ( | double * | dp | ) |
Definition at line 108 of file tif_swab.c.
References TIFFSwabArrayOfLong().
Definition at line 47 of file tif_swab.c.
Referenced by TIFFReadDirectory(), and TIFFRewriteDirectory().
Definition at line 36 of file tif_swab.c.
Referenced by TIFFReadCustomDirectory(), TIFFReadDirectory(), and TIFFRewriteDirectory().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.